Visited

Change the color of visited links

ما هو Visited؟

Visited هو إضافة Chrome تم تطويرها بواسطة rdg، والميزة الرئيسية لها هي "Change the color of visited links".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Visited

قم بتنزيل ملفات الامتداد Visited بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This rather-minimalistic extension changes the color of visited links to a nice red.                    

معلومات أساسية عن التمديد

الاسم Visited Visited
ID bfcodeehkjogenemacopdbhabjebnbah
عنوان URL الرسمي https://chromewebstore.google.com/detail/visited/bfcodeehkjogenemacopdbhabjebnbah
الوصف Change the color of visited links
حجم الملف 23.08 KB
عدد التثبيتات 6,184
النسخة الحالية 0.1
آخر تحديث 2015-06-17
تاريخ النشر 2015-06-17
تقييم 4.49/5 مجموع تقييمات 80
المطور rdg
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Visited",
    "description": "Change the color of visited links",
    "version": "0.1",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "Custom.css"
            ]
        }
    ]
}