Visited

Change the color of visited links

Visitedとは何ですか?

Visitedはrdgによって開発されたChromeの拡張機能で、その主な機能は「Change the color of visited links」です。

拡張機能のスクリーンショット

screenshot

Visited拡張機能のCRXファイルをダウンロード

Visited拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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