Link Control

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

什麼是Link Control?

Link Control是由John Datserakis開發的Chrome擴展程式,該擴展的主要功能是“Link control lets you adjust the color of your previously viewed links.”。

擴展截圖

screenshot

下載Link Control擴展crx文件

下載Link Control擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL 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"
        }
    }
}