GIFS.com Downloader ß
This extension adds a handy download button to GIFS.com.
GIFS.com Downloader ßคืออะไร?
GIFS.com Downloader ß เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mosh.io และคุณลักษณะหลักของมันคือ "This extension adds a handy download button to GIFS.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GIFS.com Downloader ß
ดาวน์โหลดไฟล์ส่วนขยาย GIFS.com Downloader ß ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GIFS.com Downloader ß |
ID | lkhkeilhpkjliofkappbgdicjlmbgbkn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gifscom-downloader-%C3%9F/lkhkeilhpkjliofkappbgdicjlmbgbkn |
คำอธิบาย | This extension adds a handy download button to GIFS.com. |
ขนาดไฟล์ | 36.88 KB |
จำนวนการติดตั้ง | 579 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2014-02-23 |
วันที่เผยแพร่ | 2014-02-23 |
ผู้พัฒนา | mosh.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/fabiofl/gifs.com-download-button |
URL หน้าช่วยเหลือ | https://github.com/fabiofl/gifs.com-download-button/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GIFS.com Downloader \u00df", "version": "0.2.2", "manifest_version": 2, "description": "This extension adds a handy download button to GIFS.com.", "homepage_url": "http:\/\/mosh.io\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "http:\/\/gifs.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/gifs.com\/*" ], "js": [ "js\/inject.js", "js\/jquery.js" ] } ] } |