I Don't Like My Options
Allows you to add your own values to checkboxes, radio buttons, or drop-down menus.
Wat is I Don't Like My Options?
I Don't Like My Options is een Chrome-extensie ontwikkeld door Derek Hill, en de belangrijkste functie is "Allows you to add your own values to checkboxes, radio buttons, or drop-down menus.".
Extensie Screenshots
Download het CRX-bestand van de extensie I Don't Like My Options
Download I Don't Like My Options-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
'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) Basisinformatie over de Extensie
| Naam | |
| ID | lmkdbgdgecnemfekjahfkpljabcaddfi |
| Officiële URL | https://chrome.google.com/webstore/detail/i-dont-like-my-options/lmkdbgdgecnemfekjahfkpljabcaddfi |
| Beschrijving | Allows you to add your own values to checkboxes, radio buttons, or drop-down menus. |
| Bestandsgrootte | 38.92 KB |
| Aantal Installaties | 20 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2014-09-08 |
| Publicatiedatum | 2014-09-08 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Derek Hill |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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:\/\/*\/*"
]
}
]
} | |