NINF - NoIndex NoFollow Meta Tag Indicator
Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none.
NINF - NoIndex NoFollow Meta Tag Indicatorคืออะไร?
NINF - NoIndex NoFollow Meta Tag Indicator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Graphitas และคุณลักษณะหลักของมันคือ "Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NINF - NoIndex NoFollow Meta Tag Indicator
ดาวน์โหลดไฟล์ส่วนขยาย NINF - NoIndex NoFollow Meta Tag Indicator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a simple indicator to show if the page you are on has been set to NoIndex, NoFollow or both set in the meta tag. If the page has neither, an OK will be shown to indicate that the page can be indexed and followed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NINF - NoIndex NoFollow Meta Tag Indicator |
ID | abmibicdigagalgcbmbbncegddefhkaf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ninf-noindex-nofollow-met/abmibicdigagalgcbmbbncegddefhkaf |
คำอธิบาย | Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none. |
ขนาดไฟล์ | 20.5 KB |
จำนวนการติดตั้ง | 526 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-04-27 |
วันที่เผยแพร่ | 2019-10-09 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Graphitas |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.graphitas.co.uk |
URL หน้าช่วยเหลือ | https://www.graphitas.co.uk |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NINF - NoIndex NoFollow Meta Tag Indicator", "description": "Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none.", "version": "1.0.2", "author": "Steve Tucker", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "permissions": [ "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |