Nearby

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

Co je Nearby?

Nearby je rozšíření Chrome vyvinuté lukejacksonn, a jeho hlavní funkcí je „A beautifully minimalist render of the world outside, from the inside of every new tab.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Nearby

Stáhněte si soubory rozšíření Nearby ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Nearby Nearby
ID lijbcojopabonmlehhajelhdaoklbogi
Oficiální URL https://chromewebstore.google.com/detail/nearby/lijbcojopabonmlehhajelhdaoklbogi
Popis A beautifully minimalist render of the world outside, from the inside of every new tab.
Velikost souboru 12.79 KB
Počet instalací 87
Aktuální Verze 1.0.0
Poslední Aktualizace 2018-11-06
Datum Vydání 2018-11-05
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář lukejacksonn
Typ Platby free
Podporované Jazyky 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'"
}