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”。
擴展截圖
下載Calimoto Poweride擴展crx文件
下載Calimoto Poweride擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | gbjkklkjohmpklkamcnbpmaoohgleghi |
官方網址 | 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" ] } } |