MapIt!
Quickly open a map by selecting some text or address, right-click, and select MapIt!
Was ist MapIt!?
MapIt! ist eine Chrome-Erweiterung, die von cwilcoxson entwickelt wurde, und ihr Hauptmerkmal ist "Quickly open a map by selecting some text or address, right-click, and select MapIt!".
Erweiterungsscreenshots
MapIt!-Erweiterungs-CRX-Datei herunterladen
Laden Sie MapIt!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ckddkgihaaljdkiilleepllgfhelliph |
| Offizielle URL | https://chromewebstore.google.com/detail/mapit/ckddkgihaaljdkiilleepllgfhelliph |
| Beschreibung | Quickly open a map by selecting some text or address, right-click, and select MapIt! |
| Dateigröße | 19.76 KB |
| Installationsanzahl | 2,299 |
| Aktuelle Version | 0.3 |
| Letztes Update | 2024-01-27 |
| Veröffentlichungsdatum | 2014-07-16 |
| Bewertung | 3.33/5 Insgesamt 9 Bewertungen |
| Entwickler | cwilcoxson |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.slushman.com/projects/mapit |
| Hilfeseite URL | https://github.com/slushman/mapit-chrome/issues |
| Unterstützte Sprachen | 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"
} | |