Nearby

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

Qu'est-ce que Nearby ?

Nearby est une extension Chrome développée par lukejacksonn, et sa fonction principale est "A beautifully minimalist render of the world outside, from the inside of every new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Nearby

Téléchargez les fichiers d'extension Nearby au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Nearby Nearby
ID lijbcojopabonmlehhajelhdaoklbogi
URL Officiel https://chromewebstore.google.com/detail/nearby/lijbcojopabonmlehhajelhdaoklbogi
Description A beautifully minimalist render of the world outside, from the inside of every new tab.
Taille du Fichier 12.79 KB
Nombre d'Installations 87
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-11-06
Date de Publication 2018-11-05
Évaluation 5.00/5 Total 3 Évaluations
Développeur lukejacksonn
Type de Paiement free
Langues Prises en Charge 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'"
}