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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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:\/\/*\/*" ] } |