Nearby
A beautifully minimalist render of the world outside, from the inside of every new tab.
Wat is Nearby?
Nearby is een Chrome-extensie ontwikkeld door lukejacksonn, en de belangrijkste functie is "A beautifully minimalist render of the world outside, from the inside of every new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Nearby
Download Nearby-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | lijbcojopabonmlehhajelhdaoklbogi |
| Officiële URL | https://chromewebstore.google.com/detail/nearby/lijbcojopabonmlehhajelhdaoklbogi |
| Beschrijving | A beautifully minimalist render of the world outside, from the inside of every new tab. |
| Bestandsgrootte | 12.79 KB |
| Aantal Installaties | 87 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2018-11-06 |
| Publicatiedatum | 2018-11-05 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | lukejacksonn |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |