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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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