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
官方網址 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"
            ]
        }
    ]
}