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"
    ]
}