Beginner Firefox Extension Creation Add-on SDK Installation Tutorial for Windows 7
A tutorial for Windows 7 on how to install Mozilla’s Add-on SDK environment for creating Firefox Add-ons/Extensions locally on your system, rather than web-based with the Add-on Builder. A full extension is created and tested in this video.
There is another video on Youtube on how to use the web-based Add-on Builder. The Add-SDK has a tutorial at the Mozilla website on the syntax needed to develop extensions.
this is nice vedio
resolved:
The following line in activate.bat
if "%PYTHONINSTALL%" NEQ "" goto FoundPython
needs a space after 2nd %
if "%PYTHONINSTALL% " NEQ "" goto FoundPython
… activate.bat "Warning: Failed to find Python installation directory"
on win7.
C:Python27..
Thanks fella, of course you'll be low on ram you're running an antivirus + firewall and many other heavy Weight softwares.
thanks for the vid.
thanks mate, this is a great tutorial for beginners
thanks mate.
thank you
Thankyou so much! This video is very helpful for me :)!
thank you for the video
by the way
you can open cmd in a folder by holding shift and right click in to the folder(window) 😉
thanks for the video.I got a help.
Thank you so much for your effort!! This was really helpful.