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開發的Chrome擴展程式,該擴展的主要功能是“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

下載SEO Inspector擴展crx文件

下載SEO Inspector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}