Wander - Enjoy new locations
Enjoy a new location every time Google Maps is opened.
Wander - Enjoy new locationsとは何ですか?
Wander - Enjoy new locationsはG. Hussain Chinoyによって開発されたChromeの拡張機能で、その主な機能は「Enjoy a new location every time Google Maps is opened.」です。
拡張機能のスクリーンショット
Wander - Enjoy new locations拡張機能のCRXファイルをダウンロード
Wander - Enjoy new locations拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Explore new locations every time Google Maps is opened. A great way to get a fresh perspective.
Install the extension then go to maps.google.com or www.google.com/maps in the omnibar.
Please note, there's a lot of water on earth :)
Source available: github.com/ghchinoy/wander 拡張機能の基本情報
| 名前 | |
| ID | enlmcegliapfhohngccbdgehjdbhjpbm |
| 公式URL | https://chromewebstore.google.com/detail/wander-enjoy-new-location/enlmcegliapfhohngccbdgehjdbhjpbm |
| 説明 | Enjoy a new location every time Google Maps is opened. |
| ファイルサイズ | 32.38 KB |
| インストール数 | 31 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2015-03-03 |
| 公開日 | 2015-03-03 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | G. Hussain Chinoy |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wander - Enjoy new locations",
"description": "Enjoy a new location every time Google Maps is opened.",
"version": "1.0.2",
"manifest_version": 2,
"author": "G. Hussain Chinoy",
"short_name": "Wander",
"icons": {
"16": "images\/wander_16.png",
"32": "images\/wander_32.png",
"48": "images\/wander_48.png",
"128": "images\/wander_128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"webRequest",
"*:\/\/maps.google.com\/*",
"*:\/\/www.google.com\/maps\/*",
"webRequestBlocking"
]
} | |