Seerobots

SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com

什么是Seerobots?

Seerobots是由claneo-chrome-extensions开发的Chrome扩展程序,该扩展的主要功能是“SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com”。

扩展截图

screenshot
screenshot
screenshot

下载Seerobots扩展crx文件

下载Seerobots扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        SeeRobots will conveniently show you the information meta robots tag in the head section of the website your are viewing at that moment. Depending on this information colors in the browserbar will change. 
1. If the SeeRobots field is all green it means that this page has "index, follow" as robots attributes. 
2. If the SeeRobots field is all red it means that this page has "noindex, nofollow" as robots attributes.
3. If the SeeRobots field is green on the left and red on the right it means that this page has "index, nofollow" as robots attributes.
4. If the SeeRobots field is red on the left and  green on the right it means that this page has "noindex, follow" as robots attributes.                    

扩展基本信息

名称 Seerobots Seerobots
ID hnljoiodjfgpnddiekagpbblnjedcnfp
官方URL https://chromewebstore.google.com/detail/seerobots/hnljoiodjfgpnddiekagpbblnjedcnfp
简介 SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com
文件大小 43.91 KB
安装次数 20,000
当前版本 1.9
更新时间 2024-02-15
上架时间 2021-04-27
评分 4.07/5 共29次评分
开发者 claneo-chrome-extensions
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.claneo.com/de/seerobots/
帮助页面URL https://www.claneo.com/de/seerobots/
支持的语言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Seerobots",
        "name": "Seerobots"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png"
    },
    "manifest_version": 3,
    "name": "Seerobots",
    "permissions": [
        "activeTab"
    ],
    "version": "1.9"
}