Is Indexed

Checks if a page is indexed by Google

Is Indexedとは何ですか?

Is Indexedはhttp://www.jitbit.comによって開発されたChromeの拡張機能で、その主な機能は「Checks if a page is indexed by Google」です。

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

screenshot

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

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

拡張機能の使用方法

                        The extension quickly tells you if a page is indexed by Google. That's it. Plain and simple. Just click the toolbar icon and wait for an answer. Useful for SEO. by http://www.jitbit.com/                    

拡張機能の基本情報

名前 Is Indexed Is Indexed
ID aldohicofhjhlaigkkgbbajempkphpfj
公式URL https://chrome.google.com/webstore/detail/is-indexed/aldohicofhjhlaigkkgbbajempkphpfj
説明 Checks if a page is indexed by Google
ファイルサイズ 36.41 KB
インストール数 36
現在のバージョン 1.0
最終更新日 2013-09-22
公開日 2013-09-22
評価 3.00/5 合計 2 レビュー
開発者 http://www.jitbit.com
支払い方法 free
拡張機能のウェブサイト http://www.jitbit.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Is Indexed",
    "description": "Checks if a page is indexed by Google",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.google.com\/",
        "tabs",
        "webRequest"
    ]
}