Hahaki
Download zip together the image of the open image tab (tab, such as ending in .jpg)! !
什麼是Hahaki?
Hahaki是由https://nju33.work開發的Chrome擴展程式,該擴展的主要功能是“Download zip together the image of the open image tab (tab, such as ending in .jpg)! !”。
擴展截圖
下載Hahaki擴展crx文件
下載Hahaki擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- Blog http://goo.gl/RWQ5P3 - Site http://goo.gl/9JGGfV - Github https://goo.gl/9WxlQ1
擴展基本資訊
名稱 | |
ID | cclgnclajodgblhjndnnanhoefihckhp |
官方網址 | 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" ] } } |