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 |
官方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 } |