TwitterImageDownloader
Help you to download images from twitter timeline
TwitterImageDownloaderคืออะไร?
TwitterImageDownloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://eivy.github.io และคุณลักษณะหลักของมันคือ "Help you to download images from twitter timeline"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TwitterImageDownloader
ดาวน์โหลดไฟล์ส่วนขยาย TwitterImageDownloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Show images with grid style from twitter timeline Download selected images at once
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TwitterImageDownloader |
ID | dnhmnoiaabdhoelhlalgcfpolakhaemp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitterimagedownloader/dnhmnoiaabdhoelhlalgcfpolakhaemp |
คำอธิบาย | Help you to download images from twitter timeline |
ขนาดไฟล์ | 47.87 KB |
จำนวนการติดตั้ง | 1,365 |
เวอร์ชันปัจจุบัน | 2.1.0 |
อัปเดตครั้งล่าสุด | 2020-01-28 |
วันที่เผยแพร่ | 2020-01-28 |
คะแนน | 4.23/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | https://eivy.github.io |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Help you to download images from twitter timeline", "manifest_version": 2, "name": "TwitterImageDownloader", "version": "2.1.0", "homepage_url": "https:\/\/github.com\/Eivy\/TwitterImageDownloader", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "TwitterImageDownloader", "default_icon": { "16": "icon16.png", "32": "icon32.png" } }, "options_ui": { "page": "options.html" }, "permissions": [ "activeTab", "downloads", "storage", "webRequest", "*:\/\/*.twitter.com\/*" ], "icons": { "48": "icon48.png", "96": "icon96.png" } } |