Nearby
A beautifully minimalist render of the world outside, from the inside of every new tab.
Hvad er Nearby?
Nearby er en Chrome-udvidelse udviklet af lukejacksonn, og dens hovedfunktion er "A beautifully minimalist render of the world outside, from the inside of every new tab.".
Udvidelsesskærmbilleder
Download Nearby-udvidelses-CRX-fil
Download Nearby-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lijbcojopabonmlehhajelhdaoklbogi |
| Officiel URL | https://chromewebstore.google.com/detail/nearby/lijbcojopabonmlehhajelhdaoklbogi |
| Beskrivelse | A beautifully minimalist render of the world outside, from the inside of every new tab. |
| Filstørrelse | 12.79 KB |
| Antal Installationer | 87 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2018-11-06 |
| Udgivelsesdato | 2018-11-05 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | lukejacksonn |
| Betalingsmetode | free |
| Understøttede Sprog | 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'"
} | |