Retina Twitter

This extension replaces low resolution twitter avatars with a retina-ready equivalent.

Retina Twitterคืออะไร?

Retina Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย humanloop และคุณลักษณะหลักของมันคือ "This extension replaces low resolution twitter avatars with a retina-ready equivalent."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Retina Twitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Replaces twitter avatars (profile pics) with a higher resolution version.

Makes Twitter.com a more enjoyable experience for those with a HiDPI monitor.
 
(Open Source: https://github.com/jordn/retina-twitter)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Retina Twitter Retina Twitter
ID hgdfdmoaogekkpncleidmpddpijgeakp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/retina-twitter/hgdfdmoaogekkpncleidmpddpijgeakp
คำอธิบาย This extension replaces low resolution twitter avatars with a retina-ready equivalent.
ขนาดไฟล์ 40.85 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-10-13
วันที่เผยแพร่ 2013-10-13
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา humanloop
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Retina Twitter",
    "description": "This extension replaces low resolution twitter avatars with a retina-ready equivalent.",
    "version": "1.1",
    "icons": {
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery-2.0.0.min.js",
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/twitter.com\/"
    ],
    "web_accessible_resources": [
        "jquery-2.0.0.min.js",
        "jquery.min.map"
    ]
}