Maps Hub
Quick maps and navigation access right on your new tab page.
Maps Hub là gì?
Maps Hub là một tiện ích mở rộng Chrome được phát triển bởi https://newtabtools.com, và tính năng chính của nó là "Quick maps and navigation access right on your new tab page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Maps Hub
Tải xuống các tệp mở rộng Maps Hub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Maps Hub |
ID | pbgbkaiaeaoehbphelhidlkjjfefcfdf |
URL Chính Thức | https://chromewebstore.google.com/detail/maps-hub/pbgbkaiaeaoehbphelhidlkjjfefcfdf |
Mô tả | Quick maps and navigation access right on your new tab page. |
Kích Thước Tệp | 1.07 MB |
Số Lần Cài Đặt | 3,293 |
Phiên Bản Hiện Tại | 2.0.8 |
Cập Nhật Lần Cuối | 2022-12-04 |
Ngày Phát Hành | 2019-08-14 |
Đánh Giá | 3.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://newtabtools.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://newtabtools.com |
URL Trang Trợ Giúp | http://www.newtabtools.com/contact-us |
URL Trang Chính Sách Bảo Mật | http://www.newtabtools.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |