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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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