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…

What is SEO Inspector?

SEO Inspector is a Chrome extension developed by robertdonaver, and its main feature is "SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…".

Extension Screenshots

screenshot
screenshot
screenshot

Download SEO Inspector Extension CRX File

Download SEO Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SEO Inspector SEO Inspector
ID ddajjckmkjalomocdjfjamcnlhlhdeaj
Official URL https://chromewebstore.google.com/detail/seo-inspector/ddajjckmkjalomocdjfjamcnlhlhdeaj
Description SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…
File Size 117 KB
Installation Count 246
Current Version 0.1.4
Last Updated 2017-10-16
Publish Date 2017-10-16
Rating 5.00/5 Total 2 Ratings
Developer robertdonaver
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}