Seerobots
SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com
Seerobots là gì?
Seerobots là một tiện ích mở rộng Chrome được phát triển bởi claneo-chrome-extensions, và tính năng chính của nó là "SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com".
Ả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 Seerobots
Tải xuống các tệp mở rộng Seerobots 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
SeeRobots will conveniently show you the information meta robots tag in the head section of the website your are viewing at that moment. Depending on this information colors in the browserbar will change. 1. If the SeeRobots field is all green it means that this page has "index, follow" as robots attributes. 2. If the SeeRobots field is all red it means that this page has "noindex, nofollow" as robots attributes. 3. If the SeeRobots field is green on the left and red on the right it means that this page has "index, nofollow" as robots attributes. 4. If the SeeRobots field is red on the left and green on the right it means that this page has "noindex, follow" as robots attributes.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Seerobots |
ID | hnljoiodjfgpnddiekagpbblnjedcnfp |
URL Chính Thức | https://chromewebstore.google.com/detail/seerobots/hnljoiodjfgpnddiekagpbblnjedcnfp |
Mô tả | SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com |
Kích Thước Tệp | 43.91 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 1.9 |
Cập Nhật Lần Cuối | 2024-02-15 |
Ngày Phát Hành | 2021-04-27 |
Đánh Giá | 4.07/5 Tổng số 29 Đánh Giá |
Nhà Phát Triển | claneo-chrome-extensions |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.claneo.com/de/seerobots/ |
URL Trang Trợ Giúp | https://www.claneo.com/de/seerobots/ |
Ngôn Ngữ Được Hỗ Trợ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html", "default_title": "Seerobots", "name": "Seerobots" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "128": "icons\/icon_128.png", "48": "icons\/icon_48.png" }, "manifest_version": 3, "name": "Seerobots", "permissions": [ "activeTab" ], "version": "1.9" } |