Hahaki
Download zip together the image of the open image tab (tab, such as ending in .jpg)! !
Cos'è Hahaki?
Hahaki è un'estensione di Chrome sviluppata da https://nju33.work, e la sua funzione principale è "Download zip together the image of the open image tab (tab, such as ending in .jpg)! !".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hahaki
Scarica i file di estensione Hahaki in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- Blog http://goo.gl/RWQ5P3 - Site http://goo.gl/9JGGfV - Github https://goo.gl/9WxlQ1
Informazioni di Base sull'Estensione
Nome | |
ID | cclgnclajodgblhjndnnanhoefihckhp |
URL Ufficiale | https://chromewebstore.google.com/detail/hahaki/cclgnclajodgblhjndnnanhoefihckhp |
Descrizione | Download zip together the image of the open image tab (tab, such as ending in .jpg)! ! |
Dimensione del File | 166 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2017-03-02 |
Data di Pubblicazione | 2017-03-02 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://nju33.work |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/nju33/chrome-hahaki |
Lingue Supportate | 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" ] } } |