Squadrats Route Planning

Add thrill to your cycling route planning by hunting squadrats. Use Strava, Komoot, Garmin, and other planners.

Squadrats Route Planningとは何ですか?

Squadrats Route Planningはhttps://squadrats.comによって開発されたChromeの拡張機能で、その主な機能は「Add thrill to your cycling route planning by hunting squadrats. Use Strava, Komoot, Garmin, and other planners.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Squadrats Route Planning拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        No more meaningless rides. Turn your cycling trips into thrilling missions!

This extension combines the power of Squadrats with your favourite route planning tool. 

Supported planners:
* Strava
* Komoot
* RideWithGPS
* Hammerhead Karoo
* Garmin Connect
* and others

Now you can use these tools to plan your activities so precisely, that you never miss a single squadrat!

What are Squadrats?

A squadrat is a mile by a mile squarish thing on the map. The idea is to go out, collect them, and connect them, forming larger chunks of land.

By doing so, you'll visit strange places and amuse yourself with all the things you missed in your close neighbourhood. It will also make your cycling activities fun again.

Don't have time for all-day rides?

No problem. Switch to squadratinhos - tiny squadrats. Chase them on your way to work.

Happy planning!                    

拡張機能の基本情報

名前 Squadrats Route Planning Squadrats Route Planning
ID mkcobabnclhdodfhajlagglahfhkeeon
公式URL https://chromewebstore.google.com/detail/squadrats-route-planning/mkcobabnclhdodfhajlagglahfhkeeon
説明 Add thrill to your cycling route planning by hunting squadrats. Use Strava, Komoot, Garmin, and other planners.
ファイルサイズ 113 KB
インストール数 5,806
現在のバージョン 2024.2
最終更新日 2024-01-08
公開日 2020-12-26
評価 4.84/5 合計 25 レビュー
開発者 https://squadrats.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://squadrats.com
ヘルプページのURL https://squadrats.com/contact
プライバシーポリシーページのURL https://squadrats.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Squadrats Route Planning",
    "description": "Add thrill to your cycling route planning by hunting squadrats. Use Strava, Komoot, Garmin, and other planners.",
    "version": "2024.2",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "64": "assets\/icons\/64.png",
        "128": "assets\/icons\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "squadratsCaller.js"
            ],
            "matches": [
                "https:\/\/*.squadrats.com\/*",
                "https:\/\/*.strava.com\/*",
                "https:\/\/*.naviki.org\/*",
                "*:\/\/*.brouter.de\/*",
                "*:\/\/*.bikerouter.de\/*",
                "*:\/\/*.brouter.m11n.de\/*",
                "https:\/\/*.ridewithgps.com\/*",
                "https:\/\/*.connect.garmin.com\/*",
                "*:\/\/*.komoot.com\/*",
                "*:\/\/*.komoot.de\/*",
                "*:\/\/*.komoot.es\/*",
                "*:\/\/*.komoot.it\/*",
                "*:\/\/*.komoot.fr\/*",
                "*:\/\/*.komoot.nl\/*",
                "*:\/\/*.hammerhead.io\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "squadratsBackground.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "32": "assets\/icons\/32.png",
            "48": "assets\/icons\/48.png",
            "64": "assets\/icons\/64.png",
            "128": "assets\/icons\/128.png"
        },
        "default_title": "Squadrats",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "config\/config.js",
                "squadrats.js",
                "squadratsStyles.js",
                "planners\/strava.js",
                "planners\/komoot.js",
                "planners\/garmin.js",
                "planners\/naviki.js",
                "planners\/brouter.js",
                "planners\/hammerhead.js",
                "planners\/ridewithgps.js",
                "d3.v3.min.js",
                "assets\/fonts\/DMSans-Regular-English-Umlaut.woff2",
                "assets\/fonts\/DMSans-Medium-English-Umlaut.woff2",
                "assets\/squadrats-logotype.svg",
                "assets\/check-green.svg",
                "assets\/shutdown.svg",
                "assets\/random-squares.svg",
                "assets\/planners\/planner-bikerouter.svg",
                "assets\/planners\/planner-brouter.svg",
                "assets\/planners\/planner-garmin.svg",
                "assets\/planners\/planner-hammerhead.svg",
                "assets\/planners\/planner-komoot.svg",
                "assets\/planners\/planner-ridewithgps.svg",
                "assets\/planners\/planner-naviki.svg",
                "assets\/planners\/planner-strava.svg",
                "popup\/popup.js"
            ],
            "matches": [
                "https:\/\/*.squadrats.com\/*",
                "https:\/\/*.strava.com\/*",
                "https:\/\/*.naviki.org\/*",
                "*:\/\/*.brouter.de\/*",
                "*:\/\/*.bikerouter.de\/*",
                "*:\/\/*.brouter.m11n.de\/*",
                "https:\/\/*.ridewithgps.com\/*",
                "https:\/\/*.connect.garmin.com\/*",
                "*:\/\/*.komoot.com\/*",
                "*:\/\/*.komoot.de\/*",
                "*:\/\/*.komoot.es\/*",
                "*:\/\/*.komoot.it\/*",
                "*:\/\/*.komoot.fr\/*",
                "*:\/\/*.komoot.nl\/*",
                "*:\/\/*.hammerhead.io\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}