rel nofollow

Put a dotted red border around nofollow links

rel nofollowคืออะไร?

rel nofollow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zellous.design และคุณลักษณะหลักของมันคือ "Put a dotted red border around nofollow links"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย rel nofollow

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}