Show Geocache On Google Maps
Quickly see a geocache's location on a Google map.
Show Geocache On Google Mapsとは何ですか?
Show Geocache On Google MapsはTeam SW&Lによって開発されたChromeの拡張機能で、その主な機能は「Quickly see a geocache's location on a Google map.」です。
拡張機能のスクリーンショット
Show Geocache On Google Maps拡張機能のCRXファイルをダウンロード
Show Geocache On Google Maps拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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! 拡張機能の基本情報
| 名前 | |
| ID | inafncgdbdkabeoameibhblnnenpihhn |
| 公式URL | https://chromewebstore.google.com/detail/show-geocache-on-google-m/inafncgdbdkabeoameibhblnnenpihhn |
| 説明 | Quickly see a geocache's location on a Google map. |
| ファイルサイズ | 65.13 KB |
| インストール数 | 400 |
| 現在のバージョン | 1.3.2 |
| 最終更新日 | 2020-01-09 |
| 公開日 | 2020-01-09 |
| 開発者 | Team SW&L |
| 支払い方法 | free |
| 対応言語 | 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\/*"
]
} | |