MapIt!

Quickly open a map by selecting some text or address, right-click, and select MapIt!

Qu'est-ce que MapIt! ?

MapIt! est une extension Chrome développée par cwilcoxson, et sa fonction principale est "Quickly open a map by selecting some text or address, right-click, and select MapIt!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension MapIt!

Téléchargez les fichiers d'extension MapIt! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Quickly open a map using one of several popular mapping services such as Google Maps™, Mapquest™, Zillow™, or even Apple Maps (macOS only). Highlight an address, right-click to open a context menu, then select 'MapIt!'. Chrome will open a new tab and display the location using your preferred mapping service. The default is Google Maps.                    

Informations de Base sur l'Extension

Nom MapIt! MapIt!
ID ckddkgihaaljdkiilleepllgfhelliph
URL Officiel https://chromewebstore.google.com/detail/mapit/ckddkgihaaljdkiilleepllgfhelliph
Description Quickly open a map by selecting some text or address, right-click, and select MapIt!
Taille du Fichier 19.76 KB
Nombre d'Installations 2,299
Version Actuelle 0.3
Dernière Mise à Jour 2024-01-27
Date de Publication 2014-07-16
Évaluation 3.33/5 Total 9 Évaluations
Développeur cwilcoxson
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.slushman.com/projects/mapit
URL de la Page d'Aide https://github.com/slushman/mapit-chrome/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "author": "Slushman",
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "default_locale": "en",
    "description": "Quickly open a map by selecting some text or address, right-click, and select MapIt!",
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "manifest_version": 3,
    "name": "MapIt!",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "version": "0.3"
}