Maps Hub
Quick maps and navigation access right on your new tab page.
什麼是Maps Hub?
Maps Hub是由https://newtabtools.com開發的Chrome擴展程式,該擴展的主要功能是“Quick maps and navigation access right on your new tab page.”。
擴展截圖
下載Maps Hub擴展crx文件
下載Maps Hub擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension sets your new tab page to Maps Hub to activate these features: - Get directions from your location to a preferred destination quickly. - Quick links for easy access to commonly used maps and navigation apps. Click “Add to Chrome” to install Maps Hub for free. Adding this extension to Chrome sets your new tab page to Maps Hub.
擴展基本資訊
名稱 | Maps Hub |
ID | pbgbkaiaeaoehbphelhidlkjjfefcfdf |
官方網址 | https://chromewebstore.google.com/detail/maps-hub/pbgbkaiaeaoehbphelhidlkjjfefcfdf |
簡介 | Quick maps and navigation access right on your new tab page. |
檔案大小 | 1.07 MB |
安裝次數 | 3,293 |
目前版本 | 2.0.8 |
更新時間 | 2022-12-04 |
上架時間 | 2019-08-14 |
評分 | 3.83/5 共 6 次評分 |
開發者 | https://newtabtools.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://newtabtools.com |
說明頁面URL | http://www.newtabtools.com/contact-us |
隱私政策頁面URL | http://www.newtabtools.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Maps Hub", "version": "2.0.8", "manifest_version": 3, "description": "Quick maps and navigation access right on your new tab page.", "homepage_url": "https:\/\/www.newtabtools.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon48.png" }, "background": { "service_worker": "js\/bg\/mh_background.js" }, "permissions": [ "alarms", "tabs", "storage", "topSites", "history" ], "host_permissions": [ "*:\/\/*.newtabtools.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.newtabtools.com\/*", "https:\/\/*.newtabtools.com\/*" ], "js": [ "js\/bg\/mh_ext.js" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "js\/mh_events.js" ] } ], "chrome_url_overrides": { "newtab": "mh_new_tab.html" } } |