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.

Co je NINF - NoIndex NoFollow Meta Tag Indicator?

NINF - NoIndex NoFollow Meta Tag Indicator je rozšíření Chrome vyvinuté Graphitas, a jeho hlavní funkcí je „Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření NINF - NoIndex NoFollow Meta Tag Indicator

Stáhněte si soubory rozšíření NINF - NoIndex NoFollow Meta Tag Indicator 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í

                        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.                    

Základní Informace o Rozšíření

Název NINF - NoIndex NoFollow Meta Tag Indicator NINF - NoIndex NoFollow Meta Tag Indicator
ID abmibicdigagalgcbmbbncegddefhkaf
Oficiální URL https://chromewebstore.google.com/detail/ninf-noindex-nofollow-met/abmibicdigagalgcbmbbncegddefhkaf
Popis Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none.
Velikost souboru 20.5 KB
Počet instalací 526
Aktuální Verze 1.0.2
Poslední Aktualizace 2022-04-27
Datum Vydání 2019-10-09
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář Graphitas
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.graphitas.co.uk
URL Stránky Nápovědy https://www.graphitas.co.uk
Podporované Jazyky 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:\/\/*\/*"
    ]
}