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…

SEO Inspector क्या है?

SEO Inspector robertdonaver द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SEO Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम SEO Inspector SEO Inspector
ID ddajjckmkjalomocdjfjamcnlhlhdeaj
आधिकारिक URL https://chromewebstore.google.com/detail/seo-inspector/ddajjckmkjalomocdjfjamcnlhlhdeaj
विवरण SEO Inspector scans the active page and applies a set of customizable rules to its contents. The results of the scan are displayed…
फ़ाइल का आकार 117 KB
स्थापना संख्या 246
वर्तमान संस्करण 0.1.4
अंतिम अपडेट 2017-10-16
प्रकाशन तिथि 2017-10-16
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर robertdonaver
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}