rel nofollow
Put a dotted red border around nofollow links
rel nofollowとは何ですか?
rel nofollowはzellous.designによって開発されたChromeの拡張機能で、その主な機能は「Put a dotted red border around nofollow links」です。
rel nofollow拡張機能のCRXファイルをダウンロード
rel nofollow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Put a dotted red outline around rel="nofollow" links. Click the icon to turn off the extension.
拡張機能の基本情報
名前 | |
ID | mhmlmlfdoefkkjkolhhdmhcdfpipaipc |
公式URL | https://chrome.google.com/webstore/detail/rel-nofollow/mhmlmlfdoefkkjkolhhdmhcdfpipaipc |
説明 | Put a dotted red border around nofollow links |
ファイルサイズ | 54.78 KB |
インストール数 | 191 |
現在のバージョン | 1.0.1 |
最終更新日 | 2016-07-15 |
公開日 | 2016-07-15 |
開発者 | zellous.design |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "rel nofollow", "description": "Put a dotted red border around nofollow links", "version": "1.0.1", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ] } |