Enable Every Element On Page
This extension will enable all disabled elements and mark them as read/write
Qu'est-ce que Enable Every Element On Page ?
Enable Every Element On Page est une extension Chrome développée par steve.ianson, et sa fonction principale est "This extension will enable all disabled elements and mark them as read/write".
Télécharger le fichier CRX de l'extension Enable Every Element On Page
Téléchargez les fichiers d'extension Enable Every Element On Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Sets readonly and disabled to false for every element on page
Informations de Base sur l'Extension
Nom | |
ID | cmbchgjlbeahmfdfhibkbdjcfhdbijdd |
URL Officiel | https://chrome.google.com/webstore/detail/enable-every-element-on-p/cmbchgjlbeahmfdfhibkbdjcfhdbijdd |
Description | This extension will enable all disabled elements and mark them as read/write |
Taille du Fichier | 4.53 KB |
Nombre d'Installations | 3,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-05-25 |
Date de Publication | 2016-05-25 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | steve.ianson |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |