Fix Twitter

Swaps right and left columns over so tweets are on the left /by @andydavies

Fix Twitterคืออะไร?

Fix Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andy Davies และคุณลักษณะหลักของมันคือ "Swaps right and left columns over so tweets are on the left /by @andydavies"

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

screenshot

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

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

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

                        Swaps the left and right columns in Twitter so tweets appear in the lefthand column

2012-09-30 - Corrected header alignment on new profile page
2012-09-14 - Updated to fix issue with profile pages                    

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

ชื่อ Fix Twitter Fix Twitter
ID lbjeicfjnfmkfdhhlggjpggpbeackiid
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fix-twitter/lbjeicfjnfmkfdhhlggjpggpbeackiid
คำอธิบาย Swaps right and left columns over so tweets are on the left /by @andydavies
ขนาดไฟล์ 4.39 KB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 0.32
อัปเดตครั้งล่าสุด 2012-09-30
วันที่เผยแพร่ 2012-09-30
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Andy Davies
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://twitter.com/andydavies
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix Twitter",
    "version": "0.32",
    "description": "Swaps right and left columns over so tweets are on the left \/by @andydavies",
    "icons": {
        "128": "fixtwitter.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "fixtwitter.css"
            ]
        }
    ]
}