Twitter image

Get the image on the twitter website with the original size.

Twitter imageคืออะไร?

Twitter image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wondoo Kang (a.k.a. Azyu) และคุณลักษณะหลักของมันคือ "Get the image on the twitter website with the original size."

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

screenshot

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

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

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

                        If you right-click against the mouse over the image on Twitter & TweetDeck of the web, it is possible to obtain an image of the original size of the image.

[ FAQ ]
Q: I want to change download folder location!
A: Sorry. Not allowed by Chrome Web Browser API.                    

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

ชื่อ Twitter image Twitter image
ID fklblgnjblcekahbefdbnodkibknnadp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fklblgnjblcekahbefdbnodkibknnadp
คำอธิบาย Get the image on the twitter website with the original size.
ขนาดไฟล์ 16.85 KB
จำนวนการติดตั้ง 23,549
เวอร์ชันปัจจุบัน 0.33
อัปเดตครั้งล่าสุด 2019-07-20
วันที่เผยแพร่ 2019-07-20
คะแนน 4.66/5 รวมทั้งหมด 108 คะแนน
ผู้พัฒนา Wondoo Kang (a.k.a. Azyu)
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/_uyza_
ภาษาที่รองรับ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "script\/eventListener.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "storage",
        "*:\/\/twitter.com\/*",
        "*:\/\/twimg.com\/*"
    ],
    "version": "0.33"
}