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.
Vad är NINF - NoIndex NoFollow Meta Tag Indicator?
NINF - NoIndex NoFollow Meta Tag Indicator är en Chrome-tillägg utvecklad av Graphitas, och dess huvudfunktion är "Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none.".
Tilläggsskärmbilder
Ladda ner NINF - NoIndex NoFollow Meta Tag Indicator-förlängningens CRX-fil
Ladda ner NINF - NoIndex NoFollow Meta Tag Indicator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | NINF - NoIndex NoFollow Meta Tag Indicator |
ID | abmibicdigagalgcbmbbncegddefhkaf |
Officiell webbadress | https://chromewebstore.google.com/detail/ninf-noindex-nofollow-met/abmibicdigagalgcbmbbncegddefhkaf |
Beskrivning | Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none. |
Filstorlek | 20.5 KB |
Antal Installationer | 526 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2022-04-27 |
Publiceringsdatum | 2019-10-09 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | Graphitas |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.graphitas.co.uk |
Hjälpsida URL | https://www.graphitas.co.uk |
Stödda Språk | 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:\/\/*\/*" ] } |