Hahaki
Download zip together the image of the open image tab (tab, such as ending in .jpg)! !
Hahakiคืออะไร?
Hahaki เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nju33.work และคุณลักษณะหลักของมันคือ "Download zip together the image of the open image tab (tab, such as ending in .jpg)! !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hahaki
ดาวน์โหลดไฟล์ส่วนขยาย Hahaki ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- Blog http://goo.gl/RWQ5P3 - Site http://goo.gl/9JGGfV - Github https://goo.gl/9WxlQ1
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cclgnclajodgblhjndnnanhoefihckhp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hahaki/cclgnclajodgblhjndnnanhoefihckhp |
คำอธิบาย | Download zip together the image of the open image tab (tab, such as ending in .jpg)! ! |
ขนาดไฟล์ | 166 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2017-03-02 |
วันที่เผยแพร่ | 2017-03-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://nju33.work |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/nju33/chrome-hahaki |
ภาษาที่รองรับ | de,en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.4", "default_locale": "ja", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon\/icon_16.png", "48": "icon\/icon_48.png", "128": "icon\/icon_128.png" }, "browser_action": { "default_icon": { "38": "icon\/icon_38.png" }, "default_title": "Hahaki" }, "background": { "persistent": false, "scripts": [ "script\/lib\/lodash.custom.min.js", "script\/lib\/bluebird.min.js", "script\/lib\/jszip.min.js", "script\/lib\/FileSaver.js", "script\/background.js" ] } } |