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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        - 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"
    }
}