Twitter Large Image Downloader

Twitterから画像をDLするときにlargeサイズファイルを拡張子に_largeがつかないように保存します。

Twitter Large Image Downloaderคืออะไร?

Twitter Large Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yuinore และคุณลักษณะหลักของมันคือ "Twitterから画像をDLするときにlargeサイズファイルを拡張子に_largeがつかないように保存します。"

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

screenshot

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

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

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

                        Twitterから画像をDLするときにlargeサイズファイルを拡張子に_largeがつかないように保存します。

使い方:画像を右クリックで「largeサイズで保存 (L)」を選択

作った人:@waneeeen                    

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

ชื่อ Twitter Large Image Downloader Twitter Large Image Downloader
ID obkkonlbcdjdbebcjkcbpiloaadmbmib
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twitter-large-image-downl/obkkonlbcdjdbebcjkcbpiloaadmbmib
คำอธิบาย Twitterから画像をDLするときにlargeサイズファイルを拡張子に_largeがつかないように保存します。
ขนาดไฟล์ 9.92 KB
จำนวนการติดตั้ง 200
เวอร์ชันปัจจุบัน 0.99
อัปเดตครั้งล่าสุด 2017-07-11
วันที่เผยแพร่ 2017-07-11
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา yuinore
ประเภทการชำระเงิน free
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Large Image Downloader",
    "manifest_version": 2,
    "version": "0.99",
    "description": "Twitter\u304b\u3089\u753b\u50cf\u3092DL\u3059\u308b\u3068\u304d\u306blarge\u30b5\u30a4\u30ba\u30d5\u30a1\u30a4\u30eb\u3092\u62e1\u5f35\u5b50\u306b_large\u304c\u3064\u304b\u306a\u3044\u3088\u3046\u306b\u4fdd\u5b58\u3057\u307e\u3059\u3002",
    "permissions": [
        "contextMenus",
        "downloads",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}