SEO Inspector

SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…

Cos'è SEO Inspector?

SEO Inspector è un'estensione di Chrome sviluppata da robertdonaver, e la sua funzione principale è "SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SEO Inspector

Scarica i file di estensione SEO Inspector 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

                        SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed on a simple, elegant interface for manual inspection.                    

Informazioni di Base sull'Estensione

Nome SEO Inspector SEO Inspector
ID ddajjckmkjalomocdjfjamcnlhlhdeaj
URL Ufficiale https://chromewebstore.google.com/detail/seo-inspector/ddajjckmkjalomocdjfjamcnlhlhdeaj
Descrizione SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…
Dimensione del File 117 KB
Conteggio Installazioni 246
Versione Corrente 0.1.4
Ultimo Aggiornamento 2017-10-16
Data di Pubblicazione 2017-10-16
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore robertdonaver
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEO Inspector",
    "version": "0.1.4",
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script\/lib\/jquery-3.2.1.min.js",
                "script\/content.js"
            ]
        }
    ]
}