NoIndex,NoFollow Meta Tag Checker
https://github.com/richard-parnaby-king/Meta-Checker
Qu'est-ce que NoIndex,NoFollow Meta Tag Checker ?
NoIndex,NoFollow Meta Tag Checker est une extension Chrome développée par Richard Parnaby-King, et sa fonction principale est "https://github.com/richard-parnaby-king/Meta-Checker".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NoIndex,NoFollow Meta Tag Checker
Téléchargez les fichiers d'extension NoIndex,NoFollow Meta Tag Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | NoIndex,NoFollow Meta Tag Checker |
ID | aijcgkcgldkomeddnlpbhdelcpfamklm |
URL Officiel | https://chromewebstore.google.com/detail/noindexnofollow-meta-tag/aijcgkcgldkomeddnlpbhdelcpfamklm |
Description | https://github.com/richard-parnaby-king/Meta-Checker |
Taille du Fichier | 19.12 KB |
Nombre d'Installations | 3,971 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-08-24 |
Date de Publication | 2017-08-24 |
Évaluation | 3.83/5 Total 12 Évaluations |
Développeur | Richard Parnaby-King |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |