Calimoto Poweride

Upgrade the Calimoto Tour Planner web experience by adding new features

Calimoto Poweride क्या है?

Calimoto Poweride Jack NUMBER द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Upgrade the Calimoto Tour Planner web experience by adding new features"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Calimoto Poweride एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}