Maps Hub
Quick maps and navigation access right on your new tab page.
Qu'est-ce que Maps Hub ?
Maps Hub est une extension Chrome développée par https://newtabtools.com, et sa fonction principale est "Quick maps and navigation access right on your new tab page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Maps Hub
Téléchargez les fichiers d'extension Maps Hub au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Maps Hub |
ID | pbgbkaiaeaoehbphelhidlkjjfefcfdf |
URL Officiel | https://chromewebstore.google.com/detail/maps-hub/pbgbkaiaeaoehbphelhidlkjjfefcfdf |
Description | Quick maps and navigation access right on your new tab page. |
Taille du Fichier | 1.07 MB |
Nombre d'Installations | 3,293 |
Version Actuelle | 2.0.8 |
Dernière Mise à Jour | 2022-12-04 |
Date de Publication | 2019-08-14 |
Évaluation | 3.83/5 Total 6 Évaluations |
Développeur | https://newtabtools.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://newtabtools.com |
URL de la Page d'Aide | http://www.newtabtools.com/contact-us |
URL de la Page de Politique de Confidentialité | http://www.newtabtools.com/privacy-policy |
Langues Prises en Charge | 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" } } |