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.

Was ist NINF - NoIndex NoFollow Meta Tag Indicator?

NINF - NoIndex NoFollow Meta Tag Indicator ist eine Chrome-Erweiterung, die von Graphitas entwickelt wurde, und ihr Hauptmerkmal ist "Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

NINF - NoIndex NoFollow Meta Tag Indicator-Erweiterungs-CRX-Datei herunterladen

Laden Sie NINF - NoIndex NoFollow Meta Tag Indicator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name NINF - NoIndex NoFollow Meta Tag Indicator NINF - NoIndex NoFollow Meta Tag Indicator
ID abmibicdigagalgcbmbbncegddefhkaf
Offizielle URL https://chromewebstore.google.com/detail/ninf-noindex-nofollow-met/abmibicdigagalgcbmbbncegddefhkaf
Beschreibung Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none.
Dateigröße 20.5 KB
Installationsanzahl 526
Aktuelle Version 1.0.2
Letztes Update 2022-04-27
Veröffentlichungsdatum 2019-10-09
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler Graphitas
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.graphitas.co.uk
Hilfeseite URL https://www.graphitas.co.uk
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}