Maps Hub
Quick maps and navigation access right on your new tab page.
ما هو Maps Hub؟
Maps Hub هو إضافة Chrome تم تطويرها بواسطة https://newtabtools.com، والميزة الرئيسية لها هي "Quick maps and navigation access right on your new tab page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Maps Hub
قم بتنزيل ملفات الامتداد Maps Hub بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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 |
عنوان صفحة المساعدة | http://www.newtabtools.com/contact-us |
عنوان صفحة سياسة الخصوصية | 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" } } |