Show Geocache On Google Maps
Quickly see a geocache's location on a Google map.
Apa itu Show Geocache On Google Maps?
Show Geocache On Google Maps adalah ekstensi Chrome yang dikembangkan oleh Team SW&L, dan fitur utamanya adalah "Quickly see a geocache's location on a Google map.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Show Geocache On Google Maps
Unduh file ekstensi Show Geocache On Google Maps dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Show Geocache On Google Maps |
ID | inafncgdbdkabeoameibhblnnenpihhn |
URL Resmi | https://chromewebstore.google.com/detail/show-geocache-on-google-m/inafncgdbdkabeoameibhblnnenpihhn |
Deskripsi | Quickly see a geocache's location on a Google map. |
Ukuran File | 65.13 KB |
Jumlah Instalasi | 400 |
Versi Saat Ini | 1.3.2 |
Terakhir Diperbarui | 2020-01-09 |
Tanggal Publikasi | 2020-01-09 |
Pengembang | Team SW&L |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |