Wander - Enjoy new locations
Enjoy a new location every time Google Maps is opened.
Co je Wander - Enjoy new locations?
Wander - Enjoy new locations je rozšíření Chrome vyvinuté G. Hussain Chinoy, a jeho hlavní funkcí je „Enjoy a new location every time Google Maps is opened.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wander - Enjoy new locations
Stáhněte si soubory rozšíření Wander - Enjoy new locations ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 Základní Informace o Rozšíření
| Název | |
| ID | enlmcegliapfhohngccbdgehjdbhjpbm |
| Oficiální URL | https://chromewebstore.google.com/detail/wander-enjoy-new-location/enlmcegliapfhohngccbdgehjdbhjpbm |
| Popis | Enjoy a new location every time Google Maps is opened. |
| Velikost souboru | 32.38 KB |
| Počet instalací | 31 |
| Aktuální Verze | 1.0.2 |
| Poslední Aktualizace | 2015-03-03 |
| Datum Vydání | 2015-03-03 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | G. Hussain Chinoy |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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"
]
} | |