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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | lgonpmchaeokedifbjenbcnjcdefdceg |
官方網址 | 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 } |