Photo Downloader
Save images from social photo sites.
ما هو Photo Downloader؟
Photo Downloader هو إضافة Chrome تم تطويرها بواسطة Mihai Parparita، والميزة الرئيسية لها هي "Save images from social photo sites.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Photo Downloader
قم بتنزيل ملفات الامتداد Photo Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome extension to help with downloading of images from social photo sites. * Uses minimal Chrome extension permissions (by using the activeTab option) * Uses minimal Chrome resources (via the the declarativeContent API) * Generates filenames based on the caption of the image Currently only works on permalink pages.
معلومات أساسية عن التمديد
الاسم | Photo Downloader |
ID | akgbekdpgegfglbmldaljbeihfcgbofl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/photo-downloader/akgbekdpgegfglbmldaljbeihfcgbofl |
الوصف | Save images from social photo sites. |
حجم الملف | 12.23 KB |
عدد التثبيتات | 5,372 |
النسخة الحالية | 1.1 |
آخر تحديث | 2023-07-20 |
تاريخ النشر | 2018-01-29 |
تقييم | 2.00/5 مجموع تقييمات 5 |
المطور | Mihai Parparita |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/mihaip/instagram-downloader |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "background.js" ] }, "name": "Photo Downloader", "description": "Save images from social photo sites.", "icons": { "128": "icon-128.png" }, "page_action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png" }, "default_title": "Download Image" }, "permissions": [ "declarativeContent", "activeTab", "downloads" ], "version": "1.1" } |