NoIndex,NoFollow Meta Tag Checker
https://github.com/richard-parnaby-king/Meta-Checker
NoIndex,NoFollow Meta Tag Checkerคืออะไร?
NoIndex,NoFollow Meta Tag Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Richard Parnaby-King และคุณลักษณะหลักของมันคือ "https://github.com/richard-parnaby-king/Meta-Checker"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NoIndex,NoFollow Meta Tag Checker
ดาวน์โหลดไฟล์ส่วนขยาย NoIndex,NoFollow Meta Tag Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
By default, Googlebot will index a page and follow links to it. You can use a special HTML tag to tell robots not to index the content of a page, and/or not scan it for links to follow. For example:... In the majority of cases this is only used on development or staging sites and not used on live websites. This extension generates a notification if a robots meta tag is found with either "noindex" or "nofollow" in the contents.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NoIndex,NoFollow Meta Tag Checker |
ID | aijcgkcgldkomeddnlpbhdelcpfamklm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/noindexnofollow-meta-tag/aijcgkcgldkomeddnlpbhdelcpfamklm |
คำอธิบาย | https://github.com/richard-parnaby-king/Meta-Checker |
ขนาดไฟล์ | 19.12 KB |
จำนวนการติดตั้ง | 3,971 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-08-24 |
วันที่เผยแพร่ | 2017-08-24 |
คะแนน | 3.83/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | Richard Parnaby-King |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NoIndex,NoFollow Meta Tag Checker", "description": "https:\/\/github.com\/richard-parnaby-king\/Meta-Checker", "version": "1.1", "homepage_url": "https:\/\/github.com\/richard-parnaby-king\/External-Followed-Link-Highlighter", "author": "Richard Parnaby-King", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ] } ], "background": { "scripts": [ "bg.js" ], "persistent": false } } |