Strave Image Downloader

Allows easy download of image from Strava

Strave Image Downloaderとは何ですか?

Strave Image Downloaderはchrisによって開発されたChromeの拡張機能で、その主な機能は「Allows easy download of image from Strava」です。

拡張機能のスクリーンショット

screenshot

Strave Image Downloader拡張機能のCRXファイルをダウンロード

Strave Image Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Downloader for Strava Images

Once the image is open on the screen, click the button from the Chrome extensions bar.                    

拡張機能の基本情報

名前 Strave Image Downloader 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
Eメール [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"
    }
}