WebAdmin

This extension checks if site supports WebAdmin Editor

Cos'è WebAdmin?

WebAdmin è un'estensione di Chrome sviluppata da metabake1, e la sua funzione principale è "This extension checks if site supports WebAdmin Editor".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WebAdmin

Scarica i file di estensione WebAdmin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension checks if site supports WebAdmin Editor.
In case site is support WebAdmin editor, on button click you'll be redirected to WebAdmin editor to edit site content.                    

Informazioni di Base sull'Estensione

Nome WebAdmin WebAdmin
ID oaecohdoihcbaogfkhlfkcdbggnmmbek
URL Ufficiale https://chromewebstore.google.com/detail/webadmin/oaecohdoihcbaogfkhlfkcdbggnmmbek
Descrizione This extension checks if site supports WebAdmin Editor
Dimensione del File 54.41 KB
Conteggio Installazioni 36
Versione Corrente 0.1.1
Ultimo Aggiornamento 2019-05-12
Data di Pubblicazione 2019-05-08
Sviluppatore metabake1
Tipo di Pagamento free
Sito Web dell'Estensione https://blog.metabake.org
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebAdmin",
    "description": "This extension checks if site supports WebAdmin Editor",
    "version": "0.1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens index.html"
        }
    },
    "background": {
        "scripts": [
            "lib\/jquery\/jquery.min.js",
            "lib\/js-yaml\/js-yaml.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}