Nearby

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

Was ist Nearby?

Nearby ist eine Chrome-Erweiterung, die von lukejacksonn entwickelt wurde, und ihr Hauptmerkmal ist "A beautifully minimalist render of the world outside, from the inside of every new tab.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Nearby-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nearby-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Nearby Nearby
ID lijbcojopabonmlehhajelhdaoklbogi
Offizielle URL https://chromewebstore.google.com/detail/nearby/lijbcojopabonmlehhajelhdaoklbogi
Beschreibung A beautifully minimalist render of the world outside, from the inside of every new tab.
Dateigröße 12.79 KB
Installationsanzahl 87
Aktuelle Version 1.0.0
Letztes Update 2018-11-06
Veröffentlichungsdatum 2018-11-05
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler lukejacksonn
Zahlungsart free
Unterstützte Sprachen 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'"
}