Wander - Enjoy new locations
Enjoy a new location every time Google Maps is opened.
Vad är Wander - Enjoy new locations?
Wander - Enjoy new locations är en Chrome-tillägg utvecklad av G. Hussain Chinoy, och dess huvudfunktion är "Enjoy a new location every time Google Maps is opened.".
Tilläggsskärmbilder
Ladda ner Wander - Enjoy new locations-förlängningens CRX-fil
Ladda ner Wander - Enjoy new locations-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | enlmcegliapfhohngccbdgehjdbhjpbm |
| Officiell webbadress | https://chromewebstore.google.com/detail/wander-enjoy-new-location/enlmcegliapfhohngccbdgehjdbhjpbm |
| Beskrivning | Enjoy a new location every time Google Maps is opened. |
| Filstorlek | 32.38 KB |
| Antal Installationer | 31 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2015-03-03 |
| Publiceringsdatum | 2015-03-03 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | G. Hussain Chinoy |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |