Hahaki
Download zip together the image of the open image tab (tab, such as ending in .jpg)! !
Hvad er Hahaki?
Hahaki er en Chrome-udvidelse udviklet af https://nju33.work, og dens hovedfunktion er "Download zip together the image of the open image tab (tab, such as ending in .jpg)! !".
Udvidelsesskærmbilleder
Download Hahaki-udvidelses-CRX-fil
Download Hahaki-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
- Blog http://goo.gl/RWQ5P3 - Site http://goo.gl/9JGGfV - Github https://goo.gl/9WxlQ1
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cclgnclajodgblhjndnnanhoefihckhp |
Officiel URL | https://chromewebstore.google.com/detail/hahaki/cclgnclajodgblhjndnnanhoefihckhp |
Beskrivelse | Download zip together the image of the open image tab (tab, such as ending in .jpg)! ! |
Filstørrelse | 166 KB |
Antal Installationer | 12 |
Nuværende Version | 1.0.4 |
Senest Opdateret | 2017-03-02 |
Udgivelsesdato | 2017-03-02 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://nju33.work |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/nju33/chrome-hahaki |
Understøttede Sprog | 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" ] } } |