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.

Qu'est-ce que NINF - NoIndex NoFollow Meta Tag Indicator ?

NINF - NoIndex NoFollow Meta Tag Indicator est une extension Chrome développée par Graphitas, et sa fonction principale est "Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NINF - NoIndex NoFollow Meta Tag Indicator

Téléchargez les fichiers d'extension NINF - NoIndex NoFollow Meta Tag Indicator 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

                        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.                    

Informations de Base sur l'Extension

Nom NINF - NoIndex NoFollow Meta Tag Indicator NINF - NoIndex NoFollow Meta Tag Indicator
ID abmibicdigagalgcbmbbncegddefhkaf
URL Officiel https://chromewebstore.google.com/detail/ninf-noindex-nofollow-met/abmibicdigagalgcbmbbncegddefhkaf
Description Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none.
Taille du Fichier 20.5 KB
Nombre d'Installations 526
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-04-27
Date de Publication 2019-10-09
Évaluation 3.67/5 Total 3 Évaluations
Développeur Graphitas
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.graphitas.co.uk
URL de la Page d'Aide https://www.graphitas.co.uk
Langues Prises en Charge 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:\/\/*\/*"
    ]
}