Enable all disabled buttons and inputs

extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom

Qu'est-ce que Enable all disabled buttons and inputs ?

Enable all disabled buttons and inputs est une extension Chrome développée par dato bumbeishvili, et sa fonction principale est "extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Enable all disabled buttons and inputs

Téléchargez les fichiers d'extension Enable all disabled buttons and inputs 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

                        After installing extension, there always will be hidden button on top right. after clicking it, disabled elements will become enabled                    

Informations de Base sur l'Extension

Nom Enable all disabled buttons and inputs Enable all disabled buttons and inputs
ID aonhflmdemlehgbnfmhpdmoeeolokelm
URL Officiel https://chromewebstore.google.com/detail/enable-all-disabled-butto/aonhflmdemlehgbnfmhpdmoeeolokelm
Description extension enables disabled html elements, buttons,texareas, inputs and etc. test it https://s.codepen.io/bumbeishvili/debug/BzzYom
Taille du Fichier 3.99 KB
Nombre d'Installations 1,374
Version Actuelle 0.2.1
Dernière Mise à Jour 2016-08-14
Date de Publication 2016-08-14
Évaluation 3.14/5 Total 21 Évaluations
Développeur dato bumbeishvili
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enable all disabled buttons and inputs",
    "version": "0.2.1",
    "description": "extension enables disabled html elements, buttons,texareas, inputs and etc.  test it  https:\/\/s.codepen.io\/bumbeishvili\/debug\/BzzYom",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}