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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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