Robots vs Humans

Displays the robots.txt and humans.txt for any website.

Robots vs Humansคืออะไร?

Robots vs Humans เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wrakky และคุณลักษณะหลักของมันคือ "Displays the robots.txt and humans.txt for any website."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Robots vs Humans

ดาวน์โหลดไฟล์ส่วนขยาย Robots vs Humans ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Displays the robots.txt and humans.txt file for any website.

Warning: Robots and humans living side by side will inevitably end up fighting. You can view the fight from this extension but just hope you are on the winning side!

More information about each file format can be found at:
humans.txt - http://humanstxt.org/
robots.txt - http://www.robotstxt.org/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Robots vs Humans Robots vs Humans
ID fjnhgpnnokcbcfbopenblmpncpaljfbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/robots-vs-humans/fjnhgpnnokcbcfbopenblmpncpaljfbk
คำอธิบาย Displays the robots.txt and humans.txt for any website.
ขนาดไฟล์ 203 KB
จำนวนการติดตั้ง 844
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2014-09-01
วันที่เผยแพร่ 2014-09-01
คะแนน 4.70/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา wrakky
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://blarg.co.uk/tools/robots-vs-humans
URL หน้าช่วยเหลือ https://github.com/wrakky/chrome-robots-vs-humans/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.6",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "storage"
    ],
    "page_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}