Visited

Change the color of visited links

Visitedคืออะไร?

Visited เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rdg และคุณลักษณะหลักของมันคือ "Change the color of visited links"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visited

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}