robots.txt viewer

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

robots.txt viewerคืออะไร?

robots.txt viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://robots-viewer.com และคุณลักษณะหลักของมันคือ "look into a robots.txt file on websites with a single click."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย robots.txt viewer

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/"
    ]
}