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文件

下載Wander - Enjoy new locations擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}