rel nofollow

Put a dotted red border around nofollow links

rel nofollow là gì?

rel nofollow là một tiện ích mở rộng Chrome được phát triển bởi zellous.design, và tính năng chính của nó là "Put a dotted red border around nofollow links".

Tải xuống tệp CRX của tiện ích mở rộng rel nofollow

Tải xuống các tệp mở rộng rel nofollow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Put a dotted red outline around rel="nofollow" links.

Click the icon to turn off the extension.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên rel nofollow rel nofollow
ID mhmlmlfdoefkkjkolhhdmhcdfpipaipc
URL Chính Thức https://chrome.google.com/webstore/detail/rel-nofollow/mhmlmlfdoefkkjkolhhdmhcdfpipaipc
Mô tả Put a dotted red border around nofollow links
Kích Thước Tệp 54.78 KB
Số Lần Cài Đặt 191
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-07-15
Ngày Phát Hành 2016-07-15
Nhà Phát Triển zellous.design
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}