Show Geocache On Google Maps
Quickly see a geocache's location on a Google map.
Wat is Show Geocache On Google Maps?
Show Geocache On Google Maps is een Chrome-extensie ontwikkeld door Team SW&L, en de belangrijkste functie is "Quickly see a geocache's location on a Google map.".
Extensie Screenshots
Download het CRX-bestand van de extensie Show Geocache On Google Maps
Download Show Geocache On Google Maps-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Click on our icon when looking at a geocache page and its location will be shown using a Google map in a new tab. Makes it easy to use features such as street view, measure distances and more! Basisinformatie over de Extensie
| Naam | |
| ID | inafncgdbdkabeoameibhblnnenpihhn |
| Officiële URL | https://chromewebstore.google.com/detail/show-geocache-on-google-m/inafncgdbdkabeoameibhblnnenpihhn |
| Beschrijving | Quickly see a geocache's location on a Google map. |
| Bestandsgrootte | 65.13 KB |
| Aantal Installaties | 400 |
| Huidige Versie | 1.3.2 |
| Laatst Bijgewerkt | 2020-01-09 |
| Publicatiedatum | 2020-01-09 |
| Ontwikkelaar | Team SW&L |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Show Geocache On Google Maps",
"short_name": "Cache Mapper",
"version": "1.3.2",
"description": "Quickly see a geocache's location on a Google map.",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/www.geocaching.com\/*"
],
"js": [
"jquery-2.1.3.min.js",
"content.js"
]
}
],
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"https:\/\/www.geocaching.com\/*"
]
} | |