I Don't Like My Options
Allows you to add your own values to checkboxes, radio buttons, or drop-down menus.
Apa itu I Don't Like My Options?
I Don't Like My Options adalah ekstensi Chrome yang dikembangkan oleh Derek Hill, dan fitur utamanya adalah "Allows you to add your own values to checkboxes, radio buttons, or drop-down menus.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi I Don't Like My Options
Unduh file ekstensi I Don't Like My Options dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
'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)
Informasi Dasar Ekstensi
Nama | |
ID | lmkdbgdgecnemfekjahfkpljabcaddfi |
URL Resmi | https://chrome.google.com/webstore/detail/i-dont-like-my-options/lmkdbgdgecnemfekjahfkpljabcaddfi |
Deskripsi | Allows you to add your own values to checkboxes, radio buttons, or drop-down menus. |
Ukuran File | 38.92 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-09-08 |
Tanggal Publikasi | 2014-09-08 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Derek Hill |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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:\/\/*\/*" ] } ] } |