rel nofollow

Put a dotted red border around nofollow links

Apa itu rel nofollow?

rel nofollow adalah ekstensi Chrome yang dikembangkan oleh zellous.design, dan fitur utamanya adalah "Put a dotted red border around nofollow links".

Unduh Berkas CRX Ekstensi rel nofollow

Unduh file ekstensi rel nofollow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Click the icon to turn off the extension.                    

Informasi Dasar Ekstensi

Nama rel nofollow rel nofollow
ID mhmlmlfdoefkkjkolhhdmhcdfpipaipc
URL Resmi https://chrome.google.com/webstore/detail/rel-nofollow/mhmlmlfdoefkkjkolhhdmhcdfpipaipc
Deskripsi Put a dotted red border around nofollow links
Ukuran File 54.78 KB
Jumlah Instalasi 191
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2016-07-15
Tanggal Publikasi 2016-07-15
Pengembang zellous.design
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}