Mobile/Fennec/Android/Development/Addons
Jump to navigation
Jump to search
Here is an (incomplete) listing of addons you may find useful to add to your Android device's Firefox installation for development purposes.
Copy Profile
Via AMO: This add-on adds a "Copy Profile" item to your Firefox for Android menu. Selecting this menuitem will copy your profile to your sdcard, so that you can use adb to pull it to your desktop.
- https://addons.mozilla.org/en-us/android/addon/copy-profile/
- https://github.com/leibovic/skeleton-addon-fxandroid/tree/profilecopy
Fennec Bootstrapper
Via github: This extension allows you to dynamically load chrome code in mobile/android/chrome/content/ from a remote location. This means you don't need to rebuild to test your changes.