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文件

下載robots.txt viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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