Hahaki
Download zip together the image of the open image tab (tab, such as ending in .jpg)! !
Co to jest Hahaki?
Hahaki to rozszerzenie Chrome opracowane przez https://nju33.work, a jego główną funkcją jest „Download zip together the image of the open image tab (tab, such as ending in .jpg)! !”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hahaki
Pobierz pliki rozszerzeń Hahaki w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
- Blog http://goo.gl/RWQ5P3 - Site http://goo.gl/9JGGfV - Github https://goo.gl/9WxlQ1
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cclgnclajodgblhjndnnanhoefihckhp |
Oficjalny URL | https://chromewebstore.google.com/detail/hahaki/cclgnclajodgblhjndnnanhoefihckhp |
Opis | Download zip together the image of the open image tab (tab, such as ending in .jpg)! ! |
Rozmiar pliku | 166 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2017-03-02 |
Data Publikacji | 2017-03-02 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://nju33.work |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/nju33/chrome-hahaki |
Obsługiwane Języki | 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" ] } } |