Best Free Maps

We provide a personal start page with maps, driving directions, satellite maps.

Τι είναι το Best Free Maps;

Το Best Free Maps είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bestfreemaps.com, και η κύρια λειτουργία του είναι "We provide a personal start page with maps, driving directions, satellite maps.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Best Free Maps

Λήψη αρχείων επέκτασης Best Free Maps σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Note: The extension will change your browser’s new tabs and default search engine settings.

Features:
Personalize your startup page.
Includes weather, time, todo, notes and other components.
You can upload pictures as wallpapers, or upload videos as live wallpapers.

Introduction to map components:
Step by step directions for your drive or walk. Easily add multiple stops, live traffic, road conditions, or satellite to your route. Find nearby businesses, restaurants and hotels. Explore!

Driving Directions (route planner) is your free tool to get accurate routing while traveling from a city to another. Since Google introduced its digitalized maps back in 2004, we are in a much more easy situation when driving to an unknown area inland or abroad.

Explore the world in the comfort of your armchair and enjoy the sightseeing with the clicks of your mouse now.

View LIVE satellite images for free. Watch real-time weather and rain radar. Track storms, hurricanes, and wildfires. Zoom into recent high-resolution maps.

Set Homepage as your startup page and customize it to access all your favorite websites. It's simply the best home page.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Best Free Maps Best Free Maps
ID amlielhlgedcjnbkilihjhoheammcbgm
Επίσημο URL https://chromewebstore.google.com/detail/best-free-maps/amlielhlgedcjnbkilihjhoheammcbgm
Περιγραφή We provide a personal start page with maps, driving directions, satellite maps.
Μέγεθος Αρχείου 2.63 MB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 2.6.7.1
Τελευταία Ενημέρωση 2021-07-25
Ημερομηνία Δημοσίευσης 2020-04-13
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής bestfreemaps.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.bestfreemaps.com/
URL της Σελίδας Πολιτικής Απορρήτου https://bestfreemaps.com/privacy.html
Υποστηριζόμενες Γλώσσες de,en,fr,es,it,pt-BR,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "2.6.7.1",
    "description": "__MSG_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/bestfreemaps.com",
    "author": "bestfreemaps.com",
    "browser_action": {
        "default_icon": "images\/icon\/icon48.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup\/index.html"
    },
    "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": {
        "scripts": [
            "js\/misc.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "bookmarks",
        "history",
        "contextMenus",
        "tabs",
        "https:\/\/*.bestfreemaps.com\/",
        "https:\/\/www.yahoo.com\/"
    ],
    "offline_enabled": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/bestfreemaps.com\/*"
        ]
    }
}