Hahaki
Download zip together the image of the open image tab (tab, such as ending in .jpg)! !
Hahaki là gì?
Hahaki là một tiện ích mở rộng Chrome được phát triển bởi https://nju33.work, và tính năng chính của nó là "Download zip together the image of the open image tab (tab, such as ending in .jpg)! !".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hahaki
Tải xuống các tệp mở rộng Hahaki dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
- Blog http://goo.gl/RWQ5P3 - Site http://goo.gl/9JGGfV - Github https://goo.gl/9WxlQ1
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cclgnclajodgblhjndnnanhoefihckhp |
URL Chính Thức | https://chromewebstore.google.com/detail/hahaki/cclgnclajodgblhjndnnanhoefihckhp |
Mô tả | Download zip together the image of the open image tab (tab, such as ending in .jpg)! ! |
Kích Thước Tệp | 166 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2017-03-02 |
Ngày Phát Hành | 2017-03-02 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://nju33.work |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/nju33/chrome-hahaki |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |