robots.txt viewer
look into a robots.txt file on websites with a single click.
robots.txt viewer là gì?
robots.txt viewer là một tiện ích mở rộng Chrome được phát triển bởi https://robots-viewer.com, và tính năng chính của nó là "look into a robots.txt file on websites with a single click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng robots.txt viewer
Tải xuống các tệp mở rộng robots.txt viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | robots.txt viewer |
ID | agckgmkiigllflmahknlkhhhhmchodcb |
URL Chính Thức | https://chromewebstore.google.com/detail/robotstxt-viewer/agckgmkiigllflmahknlkhhhhmchodcb |
Mô tả | look into a robots.txt file on websites with a single click. |
Kích Thước Tệp | 33.32 KB |
Số Lần Cài Đặt | 3,055 |
Phiên Bản Hiện Tại | 1.6.1 |
Cập Nhật Lần Cuối | 2022-05-24 |
Ngày Phát Hành | 2019-06-19 |
Đánh Giá | 4.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://robots-viewer.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.robots-viewer.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |