Twitter Expander

This is extension will save you a click by displaying full images on your timeline ;)

Twitter Expanderคืออะไร?

Twitter Expander เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://rafaramos.com และคุณลักษณะหลักของมันคือ "This is extension will save you a click by displaying full images on your timeline ;)"

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

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

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

                        Don't like Twitter's image preview? This extension will allow automatically expand the images on your timeline.                    

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

ชื่อ Twitter Expander Twitter Expander
ID hnfgjkfjmabokfhlkifalplleeanacjp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twitter-expander/hnfgjkfjmabokfhlkifalplleeanacjp
คำอธิบาย This is extension will save you a click by displaying full images on your timeline ;)
ขนาดไฟล์ 26.18 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-06-25
วันที่เผยแพร่ 2014-06-25
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://rafaramos.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Expander",
    "version": "1.0",
    "description": "This is extension will save you a click by displaying full images on your timeline ;)",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "twitter.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/*"
    ]
}