Hahaki
Download zip together the image of the open image tab (tab, such as ending in .jpg)! !
ما هو Hahaki؟
Hahaki هو إضافة Chrome تم تطويرها بواسطة https://nju33.work، والميزة الرئيسية لها هي "Download zip together the image of the open image tab (tab, such as ending in .jpg)! !".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hahaki
قم بتنزيل ملفات الامتداد Hahaki بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } } |