Show Geocache On Google Maps
Quickly see a geocache's location on a Google map.
Vad är Show Geocache On Google Maps?
Show Geocache On Google Maps är en Chrome-tillägg utvecklad av Team SW&L, och dess huvudfunktion är "Quickly see a geocache's location on a Google map.".
Tilläggsskärmbilder
Ladda ner Show Geocache On Google Maps-förlängningens CRX-fil
Ladda ner Show Geocache On Google Maps-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | inafncgdbdkabeoameibhblnnenpihhn |
| Officiell webbadress | https://chromewebstore.google.com/detail/show-geocache-on-google-m/inafncgdbdkabeoameibhblnnenpihhn |
| Beskrivning | Quickly see a geocache's location on a Google map. |
| Filstorlek | 65.13 KB |
| Antal Installationer | 400 |
| Aktuell Version | 1.3.2 |
| Senast Uppdaterad | 2020-01-09 |
| Publiceringsdatum | 2020-01-09 |
| Utvecklare | Team SW&L |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
} | |