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