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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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:\/\/*\/*"
    ]
}