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