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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}