Wander - Enjoy new locations
Enjoy a new location every time Google Maps is opened.
Cos'è Wander - Enjoy new locations?
Wander - Enjoy new locations è un'estensione di Chrome sviluppata da G. Hussain Chinoy, e la sua funzione principale è "Enjoy a new location every time Google Maps is opened.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wander - Enjoy new locations
Scarica i file di estensione Wander - Enjoy new locations in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | enlmcegliapfhohngccbdgehjdbhjpbm |
| URL Ufficiale | https://chromewebstore.google.com/detail/wander-enjoy-new-location/enlmcegliapfhohngccbdgehjdbhjpbm |
| Descrizione | Enjoy a new location every time Google Maps is opened. |
| Dimensione del File | 32.38 KB |
| Conteggio Installazioni | 31 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2015-03-03 |
| Data di Pubblicazione | 2015-03-03 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | G. Hussain Chinoy |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |