NoIndex,NoFollow Meta Tag Checker
https://github.com/richard-parnaby-king/Meta-Checker
Co je NoIndex,NoFollow Meta Tag Checker?
NoIndex,NoFollow Meta Tag Checker je rozšíření Chrome vyvinuté Richard Parnaby-King, a jeho hlavní funkcí je „https://github.com/richard-parnaby-king/Meta-Checker“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření NoIndex,NoFollow Meta Tag Checker
Stáhněte si soubory rozšíření NoIndex,NoFollow Meta Tag Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | NoIndex,NoFollow Meta Tag Checker |
ID | aijcgkcgldkomeddnlpbhdelcpfamklm |
Oficiální URL | https://chromewebstore.google.com/detail/noindexnofollow-meta-tag/aijcgkcgldkomeddnlpbhdelcpfamklm |
Popis | https://github.com/richard-parnaby-king/Meta-Checker |
Velikost souboru | 19.12 KB |
Počet instalací | 3,971 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2017-08-24 |
Datum Vydání | 2017-08-24 |
Hodnocení | 3.83/5 Celkem 12 Hodnocení |
Vývojář | Richard Parnaby-King |
Typ Platby | free |
Podporované Jazyky | 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 } } |