Google Maps Route Optimizer
Assist in optimizing routes (based on time, not distance) with multiple destinations.
什么是Google Maps Route Optimizer?
Google Maps Route Optimizer是由https://alecmaly.com开发的Chrome扩展程序,该扩展的主要功能是“Assist in optimizing routes (based on time, not distance) with multiple destinations.”。
扩展截图
下载Google Maps Route Optimizer扩展crx文件
下载Google Maps Route Optimizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Assist in optimizing routes (based on time, not distance) with multiple destinations. A "Route Optimizer" button is injected onto the https://maps.google.com page, near the Search bar. 扩展基本信息
| 名称 | |
| ID | lopeokelpmobodckhpahplaoojfmjokn |
| 官方URL | https://chromewebstore.google.com/detail/google-maps-route-optimiz/lopeokelpmobodckhpahplaoojfmjokn |
| 简介 | Assist in optimizing routes (based on time, not distance) with multiple destinations. |
| 文件大小 | 2.07 MB |
| 安装次数 | 277 |
| 当前版本 | 1.0.9 |
| 更新时间 | 2022-11-28 |
| 上架时间 | 2022-11-07 |
| 开发者 | https://alecmaly.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Google Maps Route Optimizer",
"description": "Assist in optimizing routes (based on time, not distance) with multiple destinations.",
"version": "1.0.9",
"author": "Alec Maly",
"content_scripts": [
{
"matches": [
"*:\/\/*.google.com\/maps\/*"
],
"js": [
"inject.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"payload.js"
],
"matches": [
"*:\/\/*.google.com\/*"
]
}
],
"homepage_url": "https:\/\/maps.google.com\/"
} | |