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.

什麼是NINF - NoIndex NoFollow Meta Tag Indicator?

NINF - NoIndex NoFollow Meta Tag Indicator是由Graphitas開發的Chrome擴展程式,該擴展的主要功能是“Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none.”。

擴展截圖

screenshot
screenshot
screenshot

下載NINF - NoIndex NoFollow Meta Tag Indicator擴展crx文件

下載NINF - NoIndex NoFollow Meta Tag Indicator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 NINF - NoIndex NoFollow Meta Tag Indicator NINF - NoIndex NoFollow Meta Tag Indicator
ID abmibicdigagalgcbmbbncegddefhkaf
官方網址 https://chromewebstore.google.com/detail/ninf-noindex-nofollow-met/abmibicdigagalgcbmbbncegddefhkaf
簡介 Graphitas NoIndex NoFollow indicator is a simple icon to show if the page's meta tag has NoIndex, NoFollow, both or none.
檔案大小 20.5 KB
安裝次數 526
目前版本 1.0.2
更新時間 2022-04-27
上架時間 2019-10-09
評分 3.67/5 共 3 次評分
開發者 Graphitas
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.graphitas.co.uk
說明頁面URL https://www.graphitas.co.uk
支援的語言 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:\/\/*\/*"
    ]
}