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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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:\/\/*\/*" ] } |