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 |
| 官方網址 | 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\/"
} | |