OneClick Picsaver
Save images from any web-page in one click. Extension recognizes and downloads only full-sized pictures without trash and banners.
ما هو OneClick Picsaver؟
OneClick Picsaver هو إضافة Chrome تم تطويرها بواسطة mj-developers-team، والميزة الرئيسية لها هي "Save images from any web-page in one click. Extension recognizes and downloads only full-sized pictures without trash and banners.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OneClick Picsaver
قم بتنزيل ملفات الامتداد OneClick Picsaver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension requires the Picsaver Chrome App image downloader to work properly. You will be asked to install this app. OneClick Picksaver saves images from Facebook, Pinterest, 500 px and any other web page. Extension recognizes and downloads only full-sized pictures without trash and banners. Picsaver analizes preview images on web-pages and downloads the originals. Images are saved in the selected folder with one click and automatically renamed if the same file name already exists.
معلومات أساسية عن التمديد
الاسم | OneClick Picsaver |
ID | phpfkeikhkofikgikkgkhlafelljmpii |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/oneclick-picsaver/phpfkeikhkofikgikkgkhlafelljmpii |
الوصف | Save images from any web-page in one click. Extension recognizes and downloads only full-sized pictures without trash and banners. |
حجم الملف | 68.89 KB |
عدد التثبيتات | 5,093 |
النسخة الحالية | 1.0.7.2 |
آخر تحديث | 2014-05-05 |
تاريخ النشر | 2014-05-05 |
تقييم | 3.12/5 مجموع تقييمات 75 |
المطور | mj-developers-team |
نوع الدفع | free |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.7.2", "manifest_version": 2, "default_locale": "en", "description": "__MSG_appDesc__", "minimum_chrome_version": "23", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/www.facebook.com\/", "http:\/\/500px.com\/", "http:\/\/pinterest.com\/" ], "background": { "page": "background.html" }, "page_action": { "default_title": "Save pics", "default_icon": "18.png", "default_popup": "popup.html" }, "icons": { "16": "18.png", "48": "icons_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": false } ] } |