Maps Hub

Quick maps and navigation access right on your new tab page.

Maps Hub क्या है?

Maps Hub https://newtabtools.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick maps and navigation access right on your new tab page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Maps Hub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
सहायता पृष्ठ 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"
    }
}