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.                    

擴展基本資訊

名稱 rel nofollow rel nofollow
ID mhmlmlfdoefkkjkolhhdmhcdfpipaipc
官方網址 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"
    ]
}