Hahaki
Download zip together the image of the open image tab (tab, such as ending in .jpg)! !
O que é Hahaki?
Hahaki é uma extensão do Chrome desenvolvida por https://nju33.work, e sua principal característica é "Download zip together the image of the open image tab (tab, such as ending in .jpg)! !".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hahaki
Baixe arquivos de extensão Hahaki no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
- Blog http://goo.gl/RWQ5P3 - Site http://goo.gl/9JGGfV - Github https://goo.gl/9WxlQ1
Informações Básicas da Extensão
Nome | |
ID | cclgnclajodgblhjndnnanhoefihckhp |
URL Oficial | https://chromewebstore.google.com/detail/hahaki/cclgnclajodgblhjndnnanhoefihckhp |
Descrição | Download zip together the image of the open image tab (tab, such as ending in .jpg)! ! |
Tamanho do Arquivo | 166 KB |
Contagem de Instalações | 12 |
Versão Atual | 1.0.4 |
Última Atualização | 2017-03-02 |
Data de Publicação | 2017-03-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://nju33.work |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/nju33/chrome-hahaki |
Idiomas Suportados | 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" ] } } |