Strave Image Downloader
Allows easy download of image from Strava
Wat is Strave Image Downloader?
Strave Image Downloader is een Chrome-extensie ontwikkeld door chris, en de belangrijkste functie is "Allows easy download of image from Strava".
Extensie Screenshots
Download het CRX-bestand van de extensie Strave Image Downloader
Download Strave Image Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Downloader for Strava Images Once the image is open on the screen, click the button from the Chrome extensions bar.
Basisinformatie over de Extensie
Naam | Strave Image Downloader |
ID | clmbibbgmnmdlhdhcfigfmoffjhcddhn |
Officiële URL | https://chromewebstore.google.com/detail/strave-image-downloader/clmbibbgmnmdlhdhcfigfmoffjhcddhn |
Beschrijving | Allows easy download of image from Strava |
Bestandsgrootte | 40.78 KB |
Aantal Installaties | 115 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-11-10 |
Publicatiedatum | 2020-11-09 |
Ontwikkelaar | chris |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |