GCW and Strava Kudo All

Give kudos to your elite athletes friends in one click

什麼是GCW and Strava Kudo All?

GCW and Strava Kudo All是由https://newrathon.com開發的Chrome擴展程式,該擴展的主要功能是“Give kudos to your elite athletes friends in one click”。

擴展截圖

screenshot

下載GCW and Strava Kudo All擴展crx文件

下載GCW and Strava Kudo All擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        # GCW & Strava Kudo All

It's an Extension to give kudos to your elite athletes friends in one click in GCW(Garmin Connect Web) (https://connect.garmin.com/modern/newsfeed) or 
 Strava(https://www.strava.com/dashboard)

## FAQ

### Where is the one click button?

- In GCW, it is on the up-right nav bar next to Upload Activities.
- In Strava, is on the up-right nav bar next to Subscribe or button

### Valid domains and urls

For GCW, these domains are valid

- https://connect.garmin.com/modern/newsfeed
- https://connect.garmin.cn/modern/newsfeed
- https://connectus.garmin.cn/modern/newsfeed

For Strava, only https://www.strava.com is valid.

### What is the kudos range?

It merely kudos the activity cards on your screen. If you want to do more, please scroll your screen and click the button on the nav bar.

### What is the points of kudos?

- Spread your love.
- Encourage your elite athletes friends.

### Can you support auto kudo?

Nope. Giving "kudos" to athletes one current screen in one click is already a very quick and efficient operation. Still, we need to retain some sense of ritual. If everything is automated, where is the fun in that?

## Support me

Buy me a coffee -> https://www.buymeacoffee.com/lichuanyi

## Credit

- [Kudo All for Strava](https://github.com/tciles/kudo-all)
- [Chrome Extension Icon Generator](https://alexleybourne.github.io/chrome-extension-icon-generator/)                    

擴展基本資訊

名稱 GCW and Strava Kudo All GCW and Strava Kudo All
ID folhiecfhnmdniibjjcfogpdoafdamoc
官方網址 https://chromewebstore.google.com/detail/gcw-and-strava-kudo-all/folhiecfhnmdniibjjcfogpdoafdamoc
簡介 Give kudos to your elite athletes friends in one click
檔案大小 13.87 KB
安裝次數 198
目前版本 1.2
更新時間 2023-08-10
上架時間 2023-08-07
評分 5.00/5 共 6 次評分
開發者 https://newrathon.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://kudoall.li2niu.com
說明頁面URL https://kudoall.li2niu.com
隱私政策頁面URL https://kudoall.li2niu.com/privacy-policy.html
支援的語言 en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "version": "1.2",
    "description": "__MSG_AppDescription__",
    "default_locale": "en_US",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/connect.garmin.com\/*",
                "*:\/\/connect.garmin.cn\/*",
                "*:\/\/connectus.garmin.cn\/*",
                "*:\/\/*.strava.com\/*"
            ],
            "js": [
                "kudoall.js"
            ]
        }
    ]
}