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
公式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
Eメール [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"
        }
    }
}