FindOnlineMaps

FindOnlineMaps featuring quick search, satellite maps,driving directions, and more.

什麼是FindOnlineMaps?

FindOnlineMaps是由XyzTab開發的Chrome擴展程式,該擴展的主要功能是“FindOnlineMaps featuring quick search, satellite maps,driving directions, and more.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載FindOnlineMaps擴展crx文件

下載FindOnlineMaps擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        FindOnlineMaps extension is all you need to start browsing with quick access to online maps & driving directions & web search.
Discover satellite maps, driving direction, and street view at your new tab.Explore the world with just a click, opening a new tab to view the wonders of our planet.

Features:

* Personalize your startup page.
* Includes weather, time, maps & directions  and other components.
* You can upload pictures as wallpapers, or upload videos as live wallpapers.

By installing this extension you agree to the data protection regulations (https://findonlinemaps.xyztab.com/privacy.html).

By installing this extension you agree to the main principles in order to use our service:
https://findonlinemaps.xyztab.com/terms.html

Used authorizations and reasons:

"Replace the page that appears when you open a new tab."
The Installation of this extension will configure your New Tab Page to FindOnlineMaps  and Changing your search engine to aakkgo.com.                    

擴展基本資訊

名稱 FindOnlineMaps FindOnlineMaps
ID mcfpbbfbckmccemckgblgnefdniicgaj
官方網址 https://chromewebstore.google.com/detail/findonlinemaps/mcfpbbfbckmccemckgblgnefdniicgaj
簡介 FindOnlineMaps featuring quick search, satellite maps,driving directions, and more.
檔案大小 3.74 MB
安裝次數 53
目前版本 1.1.0
更新時間 2023-09-06
上架時間 2022-08-23
開發者 XyzTab
電子郵箱 [email protected]
付費類型 free
擴展官網 https://findonlinemaps.xyztab.com/
說明頁面URL https://findonlinemaps.xyztab.com/contactus.html
隱私政策頁面URL https://xyztab.com/privacy-policy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "1.1.0",
    "description": "__MSG_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/findonlinemaps.xyztab.com\/",
    "author": "findonlinemaps",
    "chrome_url_overrides": {
        "newtab": "\/dist\/index.html"
    },
    "icons": {
        "16": "images\/icon\/icon16.png",
        "32": "images\/icon\/icon32.png",
        "48": "images\/icon\/icon48.png",
        "128": "images\/icon\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.xyztab.com\/"
    ],
    "offline_enabled": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/findonlinemaps.xyztab.com\/*"
        ]
    }
}