Enable Every Element On Page

This extension will enable all disabled elements and mark them as read/write

Co to jest Enable Every Element On Page?

Enable Every Element On Page to rozszerzenie Chrome opracowane przez steve.ianson, a jego główną funkcją jest „This extension will enable all disabled elements and mark them as read/write”.

Pobierz plik CRX rozszerzenia Enable Every Element On Page

Pobierz pliki rozszerzeń Enable Every Element On Page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Sets readonly and disabled to false for every element on page                    

Podstawowe informacje o rozszerzeniu

Nazwa Enable Every Element On Page Enable Every Element On Page
ID cmbchgjlbeahmfdfhibkbdjcfhdbijdd
Oficjalny URL https://chrome.google.com/webstore/detail/enable-every-element-on-p/cmbchgjlbeahmfdfhibkbdjcfhdbijdd
Opis This extension will enable all disabled elements and mark them as read/write
Rozmiar pliku 4.53 KB
Liczba instalacji 3,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-05-25
Data Publikacji 2016-05-25
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper steve.ianson
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}