För att prova de tusentals tillägg tillgängliga här, ladda ner Mozilla Firefox, ett snabbt och gratis sätt att surfa på webben!
StängVälkommen till Firefox tillägg.
Välj bland tusentals extrafunktioner och stilar för att göra Firefox till ditt.
StängIrvine ContextMenu versionshistorik
12 versioner
Var försiktig med gamla versioner!
Dessa versioner visas för referens och teständamål. Du bör alltid använda den senaste versionen av ett tillägg.
Version 1.9.1-signed.1-signed
- [Firefox 37] Modified
em:maxVersion
to 37.* in install.rdf. - Removed unnecessary event handler calling.
(Reference: http://d.hatena.ne.jp/flagmeister/20080126/1201339617) - Fixed a bug which event listeners were not removed.
- Optimized for loops.
(Reference: http://garafu.blogspot.jp/2013/02/javascript-on-pc.html, http://buzzmemo.blogspot.jp/2010/08/javascript.html, http://d.hatena.ne.jp/torazuka/20130304/for) - Optimized array process.
(Reference: http://buzzmemo.blogspot.jp/2010/08/javascript.html) - Simplified codes.
- Källkoden släpptes under GNU General Public License, version 2.0
Version 1.8.1-signed.1-signed
- [Firefox 31] Modified
em:maxVersion
to 31.* in install.rdf. - Added new function "Add expanded URL".
(Reference: nsIPromptService - Mozilla | MDN, Dialogs and Prompts - Mozilla | MDN, encodeURI() - JavaScript | MDN, Window.openDialog - Web API Interfaces | MDN, Array.prototype.join() - JavaScript | MDN) - nsUserSettings.js is deprecated, so use nsIPrefBranch instead.
(Reference: XUL Apps > Tips > prefs.js - outsider reflex, nsIPrefBranch - Mozilla | MDN, Preferences - Mozilla | MDN) - Moved the functions inside a unique namespace.
- Changed border style of the setting dialog.
- Källkoden släpptes under GNU General Public License, version 2.0
Version 1.7.1-signed.1-signed
- [Firefox 29] Modified
em:maxVersion
to 29.* in install.rdf. - [SeaMonkey 2.26] Modified
em:maxVersion
to 2.26.* in install.rdf. - Added a new function to show the icon of each context menu item.
(Reference: menu - XUL | MDN, menuitem - Mozilla | MDN) - Added a new function to delete setting information (preferences) when the extension is removed (works on Firefox 1.5 or later, SeaMonkey 2.0 or later).
(Reference: SCRAPBLOG, XUL Solutions: Creating an uninstall script for an extension, Using JavaScript Code Modules in Firefox 4 Add-Ons « Musings, Code Samples - Mozilla | MDN, nsIPromptService - Mozilla | MDN, Dialogs and Prompts - Mozilla | MDN, Miscellaneous - Mozilla | MDN) - Shrunk the height of the setting dialog.
- Deleted
icon.png
andicon64.png
in the root folder.
- Källkoden släpptes under GNU General Public License, version 2.0
Version 1.6.1-signed.1-signed
- [Firefox 11] Modified
em:maxVersion
to 11.* in install.rdf. - [SeaMonkey 2.8] Modified
em:maxVersion
to 2.8.* in install.rdf. - Added a new function to change accesskeys.
(Reference: XUL Accesskey FAQ and Policies - MDN) - Deleted unused DTDs from irvine.dtd.
- Moved all of the style attributes in the XUL files to the style sheets.
- Say goodbye to Mozilla Suite.
- Källkoden släpptes under GNU General Public License, version 2.0
Version 1.5.1-signed.1-signed
- [Firefox 4] Modified
em:maxVersion
to 4.0.* in install.rdf. - [Firefox 4] Unpacked chrome JAR files.
(Reference: Making your add-on compatible with Firefox 4 - Mozilla Add-ons Blog) - [Firefox 4] Modified icons for the Add-ons Manager to 48px and 64px ones.
(Reference: Toolbar buttons and icons in Firefox 4 - Mozilla Add-ons Blog) - [Firefox 4] Replaced
popup
elements bymenupopup
.
(Reference: Firefox 4 for developers - MDC Doc Center) - [SeaMonkey 2.0] Modified
em:maxVersion
to 2.0.* in install.rdf. - Added "Send this page URL" for Dorothy2.
- Modified "Add this link" and "Download selected links" work the same as Internet Explorer.
- Modified a install script for Mozilla Suite and SeaMonkey.
(Reference: Install Scripts - MDC Doc Center, Making it into a dynamic overlay and packaging it up for distribution - MDC Doc Center) - Added "Select All" and "Deselect All" buttons in Context menu item.
- Reorganized creator, developer and contributors in install.rdf.
- Moved the functions inside a unique namespace.
- Fixed a event listener removal bug.
- Cleand up codes.
- Källkoden släpptes under GNU General Public License, version 2.0
Version 1.4
- [Firefox 3.5] Modified
em:maxVersion
to 3.5.* in install.rdf. - [Firefox 3.5] Changed the way to make a instance of nsIProcess.
(nsIProcess - MDC, Bug 485379) - Fixed the bug that fail to import links from a page which contains a lot of links (over 2000).
- Källkoden släpptes under GNU General Public License, version 2.0
Version 1.3
- [Firefox 3] Modified
em:maxVersion
to 3.0.* in install.rdf. - [Firefox 3] Fixed setting a path of ircom.exe for Firefox 3.
(Open and Save Dialogs - MDC, File I/O - MDC)
- Källkoden släpptes under GNU General Public License, version 2.0
Version 1.2
- Fixed problem with McAfee SiteAdvisor.
- [SeaMonkey 1.1] Modified
em:maxVersion
to 1.1.* in install.rdf. - Fixed item overflow in the Preferences window.
- Källkoden släpptes under GNU General Public License, version 2.0
Version 1.1
- [Firefox 2.0] Modified
em:maxVersion
to 2.0.0.* in install.rdf. - Localizable description of the extension manager.
- Added GUID of SeaMonkey.
- Källkoden släpptes under GNU General Public License, version 2.0
Version 1.0
- [Firefox 1.5] Modified
em:maxVersion
to 1.5.0.* in install.rdf. - Removed "Settings" item from the context menu.
- Källkoden släpptes under GNU General Public License, version 2.0
Version 0.2
- [Firefox 1.1/Gecko 1.8] Modified install.rdf and created chrome.manifest.
(Packaging Firefox/Thunderbird Extensions) - [Firefox 1.1/Gecko 1.8] Change locale names (L10n:Simple locale names).
- [Firefox 1.1/Gecko 1.8] Modified
app.extensions.version
(Bug 295538). - [Firefox 1.1/Gecko 1.8] Fixed a bug that can't close the context menu when open the setting dialog.
- Selectable context menu type (cascade or flat).
- Fixed the disability to access Irvine panel from setting dialog box of Mozilla Suite.
- Cleand up codes.
- Källkoden släpptes under GNU General Public License, version 2.0
Version 0.1.4
- Cleand up codes.
- Modified minVersion of Mozilla Suite to add to Mozilla Update.
- Deleted updateURL to lookup Mozilla Update.
- Källkoden släpptes under GNU General Public License, version 2.0
För att skapa egna samlingar, måste du ha ett konto för Mozilla tillägg.