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
公式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
Eメール [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"
            ]
        }
    ]
}