robots.txt viewer

look into a robots.txt file on websites with a single click.

robots.txt viewer란 무엇입니까?

robots.txt viewer은(는) https://robots-viewer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "look into a robots.txt file on websites with a single click."입니다.

확장 프로그램 스크린샷

screenshot

robots.txt viewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Inspect the source of every robots.txt file from the current website in your browser and display the content directly. With robots.txt caching, privacy settings and public robots.txt file archive.

:: Full changelog
https://www.robots-viewer.com/changelog

:: Public stats
https://www.robots-viewer.com/statistics                    

확장 프로그램 기본 정보

이름 robots.txt viewer robots.txt viewer
ID agckgmkiigllflmahknlkhhhhmchodcb
공식 URL https://chromewebstore.google.com/detail/robotstxt-viewer/agckgmkiigllflmahknlkhhhhmchodcb
설명 look into a robots.txt file on websites with a single click.
파일 크기 33.32 KB
설치 횟수 3,055
현재 버전 1.6.1
최근 업데이트 2022-05-24
출시 날짜 2019-06-19
평점 4.71/5 총 7 개의 평점
개발자 https://robots-viewer.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.robots-viewer.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "95",
    "author": "Nico Hemkes",
    "name": "robots.txt viewer",
    "short_name": "robots.txt",
    "description": "look into a robots.txt file on websites with a single click.",
    "homepage_url": "https:\/\/www.robots-viewer.com\/",
    "version": "1.6.1",
    "action": {
        "browser_style": true,
        "default_title": "robots.txt viewer",
        "default_icon": "img\/icon_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "img\/icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.robots-viewer.com\/"
    ]
}