Wander - Enjoy new locations
Enjoy a new location every time Google Maps is opened.
Co to jest Wander - Enjoy new locations?
Wander - Enjoy new locations to rozszerzenie Chrome opracowane przez G. Hussain Chinoy, a jego główną funkcją jest „Enjoy a new location every time Google Maps is opened.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wander - Enjoy new locations
Pobierz pliki rozszerzeń Wander - Enjoy new locations w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | enlmcegliapfhohngccbdgehjdbhjpbm |
| Oficjalny URL | https://chromewebstore.google.com/detail/wander-enjoy-new-location/enlmcegliapfhohngccbdgehjdbhjpbm |
| Opis | Enjoy a new location every time Google Maps is opened. |
| Rozmiar pliku | 32.38 KB |
| Liczba instalacji | 31 |
| Aktualna Wersja | 1.0.2 |
| Ostatnia Aktualizacja | 2015-03-03 |
| Data Publikacji | 2015-03-03 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | G. Hussain Chinoy |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |