Strave Image Downloader
Allows easy download of image from Strava
ما هو Strave Image Downloader؟
Strave Image Downloader هو إضافة Chrome تم تطويرها بواسطة chris، والميزة الرئيسية لها هي "Allows easy download of image from Strava".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Strave Image Downloader
قم بتنزيل ملفات الامتداد Strave Image Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Downloader for Strava Images Once the image is open on the screen, click the button from the Chrome extensions bar.
معلومات أساسية عن التمديد
الاسم | Strave Image Downloader |
ID | clmbibbgmnmdlhdhcfigfmoffjhcddhn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/strave-image-downloader/clmbibbgmnmdlhdhcfigfmoffjhcddhn |
الوصف | Allows easy download of image from Strava |
حجم الملف | 40.78 KB |
عدد التثبيتات | 115 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-11-10 |
تاريخ النشر | 2020-11-09 |
المطور | chris |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Strave Image Downloader", "version": "1.0", "description": "Allows easy download of image from Strava", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/www.strava.com\/*", "*:\/\/strava.com\/*" ], "js": [ "jquery-3.5.1.min.js", "content-StravaImageDownloader.js" ] } ], "permissions": [ "downloads" ], "background": { "scripts": [ "background-StravaImageDownloader.js" ] }, "browser_action": { "default_icon": "icon48.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |