Seerobots
SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com
Seerobotsคืออะไร?
Seerobots เป็นส่วนขยายของ Chrome ที่พัฒนาโดย claneo-chrome-extensions และคุณลักษณะหลักของมันคือ "SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Seerobots
ดาวน์โหลดไฟล์ส่วนขยาย Seerobots ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Seerobots |
ID | hnljoiodjfgpnddiekagpbblnjedcnfp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/seerobots/hnljoiodjfgpnddiekagpbblnjedcnfp |
คำอธิบาย | SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com |
ขนาดไฟล์ | 43.91 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 1.9 |
อัปเดตครั้งล่าสุด | 2024-02-15 |
วันที่เผยแพร่ | 2021-04-27 |
คะแนน | 4.07/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | claneo-chrome-extensions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.claneo.com/de/seerobots/ |
URL หน้าช่วยเหลือ | https://www.claneo.com/de/seerobots/ |
ภาษาที่รองรับ | 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" } |