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
官方網址 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"
}