Calimoto Poweride

Upgrade the Calimoto Tour Planner web experience by adding new features

Calimoto Poweride란 무엇입니까?

Calimoto Poweride은(는) Jack NUMBER에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upgrade the Calimoto Tour Planner web experience by adding new features"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Calimoto Poweride 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Add some features to the web Calimoto's Tour Planner:

_ Links to externals map services
_ Change routing mode for all waypoints quickly
_ Design update (like bigger search bar and bigger font size)

== Details ==
Make your trip planning easier with the specials shortcuts to maps services:
 · with Street View you can check the landscape & the condition of the road 
 · with Google Maps you can find interest around your track & check traffic
 · with Waze in Motorcycle Mode you can meet your mate faster & safer

In one button switch all points' routing to the same routing mode! 

This extension make interface more readable with some design adjustments.

Customizable: You can chose features you want to enable.
Privacy: No tracking of any sort.

This extension doesn't apply to Calimoto's mobile app and is a non-official extension.                    

확장 프로그램 기본 정보

이름 Calimoto Poweride Calimoto Poweride
ID gbjkklkjohmpklkamcnbpmaoohgleghi
공식 URL https://chromewebstore.google.com/detail/calimoto-poweride/gbjkklkjohmpklkamcnbpmaoohgleghi
설명 Upgrade the Calimoto Tour Planner web experience by adding new features
파일 크기 31.95 KB
설치 횟수 105
현재 버전 1.2.2
최근 업데이트 2023-08-24
출시 날짜 2021-06-15
평점 5.00/5 총 2 개의 평점
개발자 Jack NUMBER
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/JackNUMBER/calimoto-poweride
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Calimoto Poweride",
    "version": "1.2.2",
    "description": "Upgrade the Calimoto Tour Planner web experience by adding new features",
    "author": "Jack NUMBER",
    "manifest_version": 2,
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "icons": {
        "16": "src\/images\/icon16.png",
        "24": "src\/images\/icon24.png",
        "32": "src\/images\/icon32.png",
        "48": "src\/images\/icon48.png",
        "128": "src\/images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "src\/images\/icon16.png",
            "24": "src\/images\/icon24.png",
            "32": "src\/images\/icon32.png",
            "48": "src\/images\/icon48.png",
            "128": "src\/images\/icon128.png"
        },
        "default_popup": "src\/options\/options.html"
    },
    "permissions": [
        "storage",
        "https:\/\/calimoto.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calimoto.com\/*"
            ],
            "js": [
                "src\/main.js",
                "src\/scripts\/custom_css.js",
                "src\/scripts\/waypoints.js",
                "src\/scripts\/waypoints_list.js",
                "src\/injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject_console_listener.js",
        "src\/images\/*"
    ],
    "background": {
        "scripts": [
            "src\/main.js",
            "src\/init.js"
        ]
    }
}