Strave Image Downloader
Allows easy download of image from Strava
Strave Image Downloader là gì?
Strave Image Downloader là một tiện ích mở rộng Chrome được phát triển bởi chris, và tính năng chính của nó là "Allows easy download of image from Strava".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Strave Image Downloader
Tải xuống các tệp mở rộng Strave Image Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Downloader for Strava Images Once the image is open on the screen, click the button from the Chrome extensions bar.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Strave Image Downloader |
ID | clmbibbgmnmdlhdhcfigfmoffjhcddhn |
URL Chính Thức | https://chromewebstore.google.com/detail/strave-image-downloader/clmbibbgmnmdlhdhcfigfmoffjhcddhn |
Mô tả | Allows easy download of image from Strava |
Kích Thước Tệp | 40.78 KB |
Số Lần Cài Đặt | 115 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-11-10 |
Ngày Phát Hành | 2020-11-09 |
Nhà Phát Triển | chris |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |