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…

Co je SEO Inspector?

SEO Inspector je rozšíření Chrome vyvinuté robertdonaver, a jeho hlavní funkcí je „SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření SEO Inspector

Stáhněte si soubory rozšíření SEO Inspector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název SEO Inspector SEO Inspector
ID ddajjckmkjalomocdjfjamcnlhlhdeaj
Oficiální URL https://chromewebstore.google.com/detail/seo-inspector/ddajjckmkjalomocdjfjamcnlhlhdeaj
Popis SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…
Velikost souboru 117 KB
Počet instalací 246
Aktuální Verze 0.1.4
Poslední Aktualizace 2017-10-16
Datum Vydání 2017-10-16
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář robertdonaver
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}