SEO Inspector

This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel

什麼是SEO Inspector?

SEO Inspector是由codefrog0開發的Chrome擴展程式,該擴展的主要功能是“This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel”。

擴展截圖

screenshot
screenshot
screenshot

下載SEO Inspector擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 SEO Inspector SEO Inspector
ID iejckekdjogeeilmllnabmgkbbmedeal
官方網址 https://chromewebstore.google.com/detail/seo-inspector/iejckekdjogeeilmllnabmgkbbmedeal
簡介 This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel
檔案大小 58.53 KB
安裝次數 1,594
目前版本 1.0.2
更新時間 2017-03-29
上架時間 2017-03-29
評分 4.88/5 共 8 次評分
開發者 codefrog0
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEO Inspector",
    "description": "This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel",
    "version": "1.0.2",
    "devtools_page": "devtools.html",
    "options_page": "Panel\/AppTesterPanel.html",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "icons": {
        "16": "icon\/[email protected]",
        "48": "icon\/[email protected]",
        "128": "icon\/[email protected]"
    },
    "browser_action": {
        "default_icon": "icon\/[email protected]",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*",
        "storage"
    ],
    "sandbox": {
        "pages": [
            "sandboxed.html"
        ]
    }
}