Nearby
A beautifully minimalist render of the world outside, from the inside of every new tab.
Cos'è Nearby?
Nearby è un'estensione di Chrome sviluppata da lukejacksonn, e la sua funzione principale è "A beautifully minimalist render of the world outside, from the inside of every new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nearby
Scarica i file di estensione Nearby in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | lijbcojopabonmlehhajelhdaoklbogi |
| URL Ufficiale | https://chromewebstore.google.com/detail/nearby/lijbcojopabonmlehhajelhdaoklbogi |
| Descrizione | A beautifully minimalist render of the world outside, from the inside of every new tab. |
| Dimensione del File | 12.79 KB |
| Conteggio Installazioni | 87 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2018-11-06 |
| Data di Pubblicazione | 2018-11-05 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | lukejacksonn |
| Tipo di Pagamento | free |
| Lingue Supportate | 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'"
} | |