Hahaki
Download zip together the image of the open image tab (tab, such as ending in .jpg)! !
Hahaki क्या है?
Hahaki https://nju33.work द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download zip together the image of the open image tab (tab, such as ending in .jpg)! !"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hahaki एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Blog http://goo.gl/RWQ5P3 - Site http://goo.gl/9JGGfV - Github https://goo.gl/9WxlQ1
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cclgnclajodgblhjndnnanhoefihckhp |
आधिकारिक URL | https://chromewebstore.google.com/detail/hahaki/cclgnclajodgblhjndnnanhoefihckhp |
विवरण | Download zip together the image of the open image tab (tab, such as ending in .jpg)! ! |
फ़ाइल का आकार | 166 KB |
स्थापना संख्या | 12 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2017-03-02 |
प्रकाशन तिथि | 2017-03-02 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://nju33.work |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/nju33/chrome-hahaki |
समर्थित भाषाएँ | 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" ] } } |