Enable Every Element On Page
This extension will enable all disabled elements and mark them as read/write
Co je Enable Every Element On Page?
Enable Every Element On Page je rozšíření Chrome vyvinuté steve.ianson, a jeho hlavní funkcí je „This extension will enable all disabled elements and mark them as read/write“.
Stáhnout soubor CRX rozšíření Enable Every Element On Page
Stáhněte si soubory rozšíření Enable Every Element On Page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Sets readonly and disabled to false for every element on page
Základní Informace o Rozšíření
Název | |
ID | cmbchgjlbeahmfdfhibkbdjcfhdbijdd |
Oficiální URL | https://chrome.google.com/webstore/detail/enable-every-element-on-p/cmbchgjlbeahmfdfhibkbdjcfhdbijdd |
Popis | This extension will enable all disabled elements and mark them as read/write |
Velikost souboru | 4.53 KB |
Počet instalací | 3,000 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-05-25 |
Datum Vydání | 2016-05-25 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | steve.ianson |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enable Every Element On Page", "description": "This extension will enable all disabled elements and mark them as read\/write", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Enable elements", "default_icon": "edit1919.png" }, "manifest_version": 2 } |