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…

Was ist SEO Inspector?

SEO Inspector ist eine Chrome-Erweiterung, die von robertdonaver entwickelt wurde, und ihr Hauptmerkmal ist "SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

SEO Inspector-Erweiterungs-CRX-Datei herunterladen

Laden Sie SEO Inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SEO Inspector SEO Inspector
ID ddajjckmkjalomocdjfjamcnlhlhdeaj
Offizielle URL https://chromewebstore.google.com/detail/seo-inspector/ddajjckmkjalomocdjfjamcnlhlhdeaj
Beschreibung SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…
Dateigröße 117 KB
Installationsanzahl 246
Aktuelle Version 0.1.4
Letztes Update 2017-10-16
Veröffentlichungsdatum 2017-10-16
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler robertdonaver
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}