Hahaki
Download zip together the image of the open image tab (tab, such as ending in .jpg)! !
Was ist Hahaki?
Hahaki ist eine Chrome-Erweiterung, die von https://nju33.work entwickelt wurde, und ihr Hauptmerkmal ist "Download zip together the image of the open image tab (tab, such as ending in .jpg)! !".
Erweiterungsscreenshots
Hahaki-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hahaki-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- Blog http://goo.gl/RWQ5P3 - Site http://goo.gl/9JGGfV - Github https://goo.gl/9WxlQ1
Grundlegende Informationen zur Erweiterung
Name | |
ID | cclgnclajodgblhjndnnanhoefihckhp |
Offizielle URL | https://chromewebstore.google.com/detail/hahaki/cclgnclajodgblhjndnnanhoefihckhp |
Beschreibung | Download zip together the image of the open image tab (tab, such as ending in .jpg)! ! |
Dateigröße | 166 KB |
Installationsanzahl | 12 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2017-03-02 |
Veröffentlichungsdatum | 2017-03-02 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://nju33.work |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/nju33/chrome-hahaki |
Unterstützte Sprachen | 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" ] } } |