Nearby

A beautifully minimalist render of the world outside, from the inside of every new tab.

什么是Nearby?

Nearby是由lukejacksonn开发的Chrome扩展程序,该扩展的主要功能是“A beautifully minimalist render of the world outside, from the inside of every new tab.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Nearby扩展crx文件

下载Nearby扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Be inspired by a regular glimpse of the outside world around you. The extension will fill your new tab pane with a subtly themed map of your surroundings based on your current location. Take a moment to appreciate the unique geography of your neighbourhood and see it evolve as you travel from place to place.                    

扩展基本信息

名称 Nearby Nearby
ID lijbcojopabonmlehhajelhdaoklbogi
官方URL https://chromewebstore.google.com/detail/nearby/lijbcojopabonmlehhajelhdaoklbogi
简介 A beautifully minimalist render of the world outside, from the inside of every new tab.
文件大小 12.79 KB
安装次数 87
当前版本 1.0.0
更新时间 2018-11-06
上架时间 2018-11-05
评分 5.00/5 共3次评分
开发者 lukejacksonn
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nearby",
    "description": "A beautifully minimalist render of the world outside, from the inside of every new tab.",
    "version": "1.0.0",
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "https:\/\/maps.googleapis.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.googleapis.com; object-src 'self'"
}