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" ] } |