Extension Auto-Installer - Firefox Addon - This is a tool for extension developers tired of the usual test cycle: make a change, create a new extension build, install it in the browser (with wait time and confirmations), restart the browser, test. This extension will receive new extension packages on a TCP port, automatically install them and restart the browser if necessary. All you need to do is send your extension package to this port, e.g. with the wget command line tool:
It will be even simpler if you integrate this step into the build script of your extension. Note: The response to this request is always "500 No Content" to prevent wget from saving the result, this is not an issue.
Configuration
By default the extension will accept connections on port 8888 with 127.0.0.1 (localhost) as the only address allowed to connect. Connection attempts from other IP addresses will show up in Error Console. To accept connections from other addresses add them to the "Accept IP addresses" options field. If you do that please keep in mind that IP addresses can be spoofed on unprotected networks (e.g. public WiFi).
Firefox Mobile notes
You can also test your extension on a mobile phone while developing on your desktop, simply send the extension package to the IP address of your phone instead of localhost. Firefox 11/12 with native UI currently has some limitations however:
· Bug 696533: Inline options aren't supported yet, you will have to change preferences in about:config manually (preference names start with extensions.autoinstaller.).
· Bug 717904: If your extension isn't restartless, Add-ons Manager will be broken after the restart. You need to restart the browser again, manually.
What's New in This Release:
· Improved security: extension installation is now only allowed from whitelisted IP addresses.
· Extension now accepts connections from localhost on port 8888 by default.
· Extension preferences will now be listed under about:config even if they weren't changed yet.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Supported operating systems:
Google Android 10.x, Google Android 2.0, Google Android 2.1, Google Android 2.2, Google Android 2.3, Google Android 3.0, Google Android 3.1, Google Android 3.2, Google Android 4.0, Google Android 4.1, Google Android 4.2, Google Android 4.3, Google Android 4.4, Google Android 5.x, Google Android 6.x, Google Android 7.x, Google Android 8.x, Google Android 9.x, Nokia Internet Tablet OS Maemo 5.0
App2Succ App2Succ - Design your own app directly on your phone. 8 monetizing methods available. Create the app for your success now. You can send the specifications to us with one click from the app. We will implement the functionality for you, simple apps in 24 hours, more sophisticated in 3 - 5 days
JavaScript Tutorial JavaScript Tutorial - JavaScript is a simple programming language that can be written directly into HTML documents to allow for increased interactivity with the user.
This App will learn you the very basic of JavaScript
Learn JUnit Learn JUnit - To be continued from the previous articles, I would like to introduce you a free application for Android named Learn JUnit JUnit is a unit testing framework for the Java programming language
Add-on Compatibility Reporter Add-on Compatibility Reporter - Help Mozilla make sure your favorite add-ons get updated for upcoming Firefox releases by using this extension to report whether they still work or are having some issues with alpha and beta releases
Computer Logical Organization Computer Logical Organization - This reference has been prepared for the students pursing either Bachelors or Masters in Computer Science to help them understand the basic-to-advanced concepts related to Computer Logical Organization. Computer Logical Organization refers to the level of abstraction above the digital logic level, but below the operating system level
Learn CICS Learn CICS - CICS was developed in 1968 by IBM in United States. CICS allow users to develop and execute online application in an MVS environment. CICS has become the most commonly used server for Internet applications
Learn WCF Learn WCF - WCF stands for Windows Communication Foundation. It is a framework for building, configuring, and deploying network-distributed services. Earlier known as Indigo, it enables hosting services in any type of operating system process. This tutorial explains the fundamentals of WCF and is conveniently divided into various sections
Learn Unix Interview Q A Learn Unix Interview Q A - As someone who has written a large number of both simple and complex UNIX shell scripts during the past years, the following are some basic shell scripting interview questions that I would ask if I needed to hire someone to write new shell scripts or maintain preexisting scripts for me
Learn EasyMock v2 Learn EasyMock v2 - EasyMock is a mocking framework, JAVA-based library that is used for effective unit testing of JAVA applications. EasyMock is used to mock interfaces so that a dummy functionality can be added to a mock interface that can be used in unit testing
Other Software by developer «Wladimir Palant»:
Adblock Plus - Firefox Addon Adblock Plus - Ever been annoyed by all those ads and banners on the internet that often take longer to download than everything else on the page? Install Adblock Plus now and get rid of them.
What's New in This Release:
· Added Latvian and Albanian translations.
· Fixed some minor issues