FindOnlineMaps

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

FindOnlineMaps क्या है?

FindOnlineMaps XyzTab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FindOnlineMaps featuring quick search, satellite maps,driving directions, and more."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में FindOnlineMaps एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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\/*"
        ]
    }
}