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
Eメール [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"
}