I Don't Like My Options
Allows you to add your own values to checkboxes, radio buttons, or drop-down menus.
Was ist I Don't Like My Options?
I Don't Like My Options ist eine Chrome-Erweiterung, die von Derek Hill entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to add your own values to checkboxes, radio buttons, or drop-down menus.".
Erweiterungsscreenshots
I Don't Like My Options-Erweiterungs-CRX-Datei herunterladen
Laden Sie I Don't Like My Options-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
'Alt + right-click' on a checkbox, radio button, or drop-down menu to change/add your own options. (Will only work on forms with no checks against individual values)
Grundlegende Informationen zur Erweiterung
Name | |
ID | lmkdbgdgecnemfekjahfkpljabcaddfi |
Offizielle URL | https://chrome.google.com/webstore/detail/i-dont-like-my-options/lmkdbgdgecnemfekjahfkpljabcaddfi |
Beschreibung | Allows you to add your own values to checkboxes, radio buttons, or drop-down menus. |
Dateigröße | 38.92 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-09-08 |
Veröffentlichungsdatum | 2014-09-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Derek Hill |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "I Don't Like My Options", "version": "1.0", "description": "Allows you to add your own values to checkboxes, radio buttons, or drop-down menus.", "background": { "page": "background.html" }, "manifest_version": 2, "browser_action": { "name": "Manipulate DOM", "icons": [ "icon-default.png" ], "default_icon": "icon-default.png", "default_title": "I Don't Like My Options" }, "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |