Indexing Test

Test if the current page is indexed by Google

Indexing Testとは何ですか?

Indexing Testはbenzihomoによって開発されたChromeの拡張機能で、その主な機能は「Test if the current page is indexed by Google」です。

拡張機能のスクリーンショット

screenshot

Indexing Test拡張機能のCRXファイルをダウンロード

Indexing Test拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension enables you to test if the current page is indexed by Google. Simply select "Indexing Test" from the context menu on the page you want to check.                    

拡張機能の基本情報

名前 Indexing Test Indexing Test
ID lgonpmchaeokedifbjenbcnjcdefdceg
公式URL https://chrome.google.com/webstore/detail/indexing-test/lgonpmchaeokedifbjenbcnjcdefdceg
説明 Test if the current page is indexed by Google
ファイルサイズ 8.9 KB
インストール数 40,015
現在のバージョン 0.1
最終更新日 2014-03-11
公開日 2014-03-11
評価 2.14/5 合計 21 レビュー
開発者 benzihomo
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Indexing Test",
    "description": "Test if the current page is indexed by Google",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "version": "0.1",
    "manifest_version": 2
}