Scriptify - Firefox Addon - Scriptify allows you to easily create and manage restartless add-ons made from Scriptish and Greasemonkey userscripts. Once you have created an add-on, Scriptify makes it easy for you to manage it, and can automatically update it to maintain compatibility with Firefox rolling releases.
Add-ons created by Scriptify are small and efficient, and unlike Greasemonkey add-ons, are loaded from the compile cache in recent Firefox releases.
In addition to the standard Greasemonkey API, Scriptified scripts have the following added API functions:
· GM_loadScript to load additional scripts.
· GM_makeDOM to create DOM trees from E4X XML literals.
· GM_finish to prematurely stop the script from loading, as the return statement is not allowed at the top level.
· GM_reportError to log errors and stack traces to the Error Console.
· GM_debug to log messages to the Error Console only when debugging preferences are set.
· GM_setClipboard, per Scriptish, to write text to the clipboard.
· GM_ready to execute code when the page is ready, for scripts which are injected early in the load sequence.
· GM_xmlhttpRequest responses have additional responseXML and responseJSON properties.
· Additionally, add-ons can create their own chrome-privileged API functions through API scripts when necessary.
What's New in This Release:
· Go to gross contortions to ensure that the Windows add-on manager does not balk at us.
What's New in 0.2.1:
· Some compatibility fixes.
· Preserve em:localized blocks on install.rdf writeout.
· Minor startup performance improvement for generated add-ons.
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
Similar Software:
Virtual/Augmented Reality Package Virtual/Augmented Reality Package - The virtual reality package is a library for virtual/augmented reality applications.
The library is currently under development and at the current stage, there is much work left to be done
Joomla Admin Mobile! for Android Joomla Admin Mobile! for Android - Take Joomla on the go with Joomla Admin Mobile! (JAM!). This native Android app lets you manage your Joomla 1.5, 1.6, 1.7 or 2.5 websites right from your mobile device.
Using JAM! you can create new articles, set titles and categories, upload images - all without leaving the app
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
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
Software Architecture Design Software Architecture Design - This tutorial is designed for all software professionals, architects, and senior system design engineers. Managers of architecture teams also will be benefited from this tutorial
Java Interview question Java Interview question - This is a free android app and it have java and HR question.This app have more interview tips
Internet Technologies Internet Technologies - This tutorial has been prepared for the students as well as professionals to ramp up quickly. This tutorial is also easily understood by general person with an interest in becoming computer literate. Internet refers to network of networks. In this network each computer is recognized by a globally unique address known as IP address
Tech News Tech News - Simple reader for leading sources of tech, IT, gadgets, web related news such as Engadget, Gizmodo, Slashdot and more all aggregated in one easy list.
Articles are cached for off-line reading once refreshed
Learn Objective C Learn Objective C - This reference has been prepared for the beginners to help them understand the basic to advanced concepts related to Objective-C Programming languages. Objective-C is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language
Disable Add-on Compatibility Checks - Firefox Addon Disable Add-on Compatibility Checks - Firefox Addon - While it used to be possible to disable add-on compatibility checking entirely, by setting the extensions.checkCompatibility preference to false, it is now necessary to set a different preference for each new application version. This add-on re-enables the functionality of extensions
setenv - Firefox Addon setenv - Firefox Addon - This add-on automatically sets environment variables on platforms like Android where doing so system-wide is difficult. Preferences starting with "extensions.setenv." are automatically transformed to environment variables. So, creating the preference extensions.setenv.PATH automatically updates the PATH to its value
Extension Test - Firefox Addon A simple add-on for extension testers, especially AMO editors and developers who plan to submit their add-ons to AMO