Full Width Twitter

Change twitter layout to full-width and bold in links

ما هو Full Width Twitter؟

Full Width Twitter هو إضافة Chrome تم تطويرها بواسطة https://www.twisted.cz، والميزة الرئيسية لها هي "Change twitter layout to full-width and bold in links".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Full Width Twitter

قم بتنزيل ملفات الامتداد Full Width Twitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Change twitter layout to full-width and bold in links
===
no ads, no logins, just profit :)



CHANGELOG
==========
0.5 - twitter changes
0-4 - afect just home screen
0.3 - change styles on other screens
0.2 - bold-in links
0.1 - first prototype                    

معلومات أساسية عن التمديد

الاسم Full Width Twitter Full Width Twitter
ID lmocojeaajhekebcnifbejlggachgmim
عنوان URL الرسمي https://chromewebstore.google.com/detail/full-width-twitter/lmocojeaajhekebcnifbejlggachgmim
الوصف Change twitter layout to full-width and bold in links
حجم الملف 46.64 KB
عدد التثبيتات 125
النسخة الحالية 0.5
آخر تحديث 2013-06-24
تاريخ النشر 2013-06-24
تقييم 4.40/5 مجموع تقييمات 10
المطور https://www.twisted.cz
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Width Twitter",
    "version": "0.5",
    "manifest_version": 2,
    "description": "Change twitter layout to full-width and bold in links",
    "background": {
        "scripts": [
            "myjs.js"
        ]
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Full width Twitter"
    },
    "offline_enabled": true,
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "mystyle.css"
            ]
        }
    ]
}