Readable Twitter

Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.

Readable Twitterคืออะไร?

Readable Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rajbot และคุณลักษณะหลักของมันคือ "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left."

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

screenshot

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

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

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

                        - adds a button to temporarily hide retweets.
- tones down colors and removes background images. 
- swaps the content and the sidebar, so you can make the window narrower and still see tweets.                    

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

ชื่อ Readable Twitter Readable Twitter
ID lckhhllpfhfhkoclilbgcoinfkgbledh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh
คำอธิบาย Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
ขนาดไฟล์ 37.02 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2014-07-11
วันที่เผยแพร่ 2014-07-11
คะแนน 2.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา rajbot
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Readable Twitter",
    "description": "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.",
    "version": "1.5",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "readable_twitter.css"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "readable_twitter.js"
            ]
        }
    ],
    "icons": {
        "128": "read.png"
    }
}