Link Control

Link control lets you adjust the color of your previously viewed links.

ما هو Link Control؟

Link Control هو إضافة Chrome تم تطويرها بواسطة John Datserakis، والميزة الرئيسية لها هي "Link control lets you adjust the color of your previously viewed links.".

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

screenshot

تحميل ملف CRX للإضافة Link Control

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

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

                        No more trying to tell the difference between blue and dark-purple at 2AM with NightShift on. 

Easily change the color of your previously visited links using the predefined colors or choose your own. Use the included blacklist to prevent Link Control from running on certain sites.

Good for users who have a tough time with colors or are color-blind - as you can choose exactly the color you want. For me I work a lot at night and have a tough time distinguishing the colors of regular links vs visited links. It started costing me time so I decided I would make this extension to help out.

# Update - v1.1.0 - 04-06-2019
- Added editing of blacklist.
- Added button to add current URL to blacklist.
- Adjusted styling.                    

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

الاسم Link Control Link Control
ID dibehcgiapedhoehgpinmkdmahlheekc
عنوان URL الرسمي https://chromewebstore.google.com/detail/link-control/dibehcgiapedhoehgpinmkdmahlheekc
الوصف Link control lets you adjust the color of your previously viewed links.
حجم الملف 1.34 MB
عدد التثبيتات 8,070
النسخة الحالية 1.1.3
آخر تحديث 2021-03-25
تاريخ النشر 2019-04-05
تقييم 4.33/5 مجموع تقييمات 54
المطور John Datserakis
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.innermonkdesign.com
عنوان صفحة المساعدة https://www.innermonkdesign.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Control",
    "version": "1.1.3",
    "description": "Link control lets you adjust the color of your previously viewed links.",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Link Control"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "app-icon.png"
    },
    "web_accessible_resources": [],
    "manifest_version": 2,
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "53.0"
        }
    }
}