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 to jest SEO Inspector?

SEO Inspector to rozszerzenie Chrome opracowane przez robertdonaver, a jego główną funkcją jest „SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SEO Inspector

Pobierz pliki rozszerzeń SEO Inspector 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SEO Inspector SEO Inspector
ID ddajjckmkjalomocdjfjamcnlhlhdeaj
Oficjalny URL https://chromewebstore.google.com/detail/seo-inspector/ddajjckmkjalomocdjfjamcnlhlhdeaj
Opis SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…
Rozmiar pliku 117 KB
Liczba instalacji 246
Aktualna Wersja 0.1.4
Ostatnia Aktualizacja 2017-10-16
Data Publikacji 2017-10-16
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper robertdonaver
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}