Indexing Test
Test if the URL is indexed by Google
Indexing Testとは何ですか?
Indexing Testはjeremyfine365によって開発されたChromeの拡張機能で、その主な機能は「Test if the URL is indexed by Google」です。
拡張機能のスクリーンショット
Indexing Test拡張機能のCRXファイルをダウンロード
Indexing Test拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension enables you to quickly check if the page you are viewing has been indexed by Google. Simply navigate to the link you want to check and click "Indexing Test".
拡張機能の基本情報
名前 | |
ID | cgbeihidkikgdcoogkeoeconphggdhop |
公式URL | https://chrome.google.com/webstore/detail/indexing-test/cgbeihidkikgdcoogkeoeconphggdhop |
説明 | Test if the URL is indexed by Google |
ファイルサイズ | 18.78 KB |
インストール数 | 20,000 |
現在のバージョン | 0.1 |
最終更新日 | 2014-04-01 |
公開日 | 2014-04-01 |
評価 | 1.23/5 合計 13 レビュー |
開発者 | jeremyfine365 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Indexing Test", "description": "Test if the URL is indexed by Google", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |