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."입니다.

확장 프로그램 스크린샷

screenshot

Wander - Enjoy new locations 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Wander - Enjoy new locations Wander - Enjoy new locations
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
이메일 [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"
    ]
}