Twitter -_orig
No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.
Twitter -_origคืออะไร?
Twitter -_orig เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scotto และคุณลักษณะหลักของมันคือ "No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter -_orig
ดาวน์โหลดไฟล์ส่วนขยาย Twitter -_orig ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple extension that makes saving Twitter images much easier. This extension automatically redirects any Twitter image to it's ":orig" counterpart and makes it so instead of your OS suggesting .jpg_orig as the file extension, it will suggest .jpg whilst retaining the same jpg:orig image file.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitter -_orig |
ID | abhahfjacodgcpjmnofopebllmgmdlef |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-orig/abhahfjacodgcpjmnofopebllmgmdlef |
คำอธิบาย | No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier. |
ขนาดไฟล์ | 14.46 KB |
จำนวนการติดตั้ง | 230 |
เวอร์ชันปัจจุบัน | 0.5 |
อัปเดตครั้งล่าสุด | 2019-07-28 |
วันที่เผยแพร่ | 2019-07-28 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Scotto |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter -_orig", "description": "No more .jpg_orig + auto appends \":orig\"! Make saving original twitter images easier.", "version": "0.5", "background": { "scripts": [ "background.js" ] }, "icons": { "16": ".\/icons\/iconx16.png", "48": ".\/icons\/iconx48.png", "128": ".\/icons\/iconx128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/pbs.twimg.com\/media\/*" ], "browser_action": { "default_icon": { "16": ".\/icons\/iconx16.png", "48": ".\/icons\/iconx48.png", "128": ".\/icons\/iconx128.png" } }, "commands": { "save": { "suggested_key": { "default": "Ctrl+S", "mac": "Command+S" }, "description": "Save" } } } |