Nearby
A beautifully minimalist render of the world outside, from the inside of every new tab.
Vad är Nearby?
Nearby är en Chrome-tillägg utvecklad av lukejacksonn, och dess huvudfunktion är "A beautifully minimalist render of the world outside, from the inside of every new tab.".
Tilläggsskärmbilder
Ladda ner Nearby-förlängningens CRX-fil
Ladda ner Nearby-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | lijbcojopabonmlehhajelhdaoklbogi |
| Officiell webbadress | https://chromewebstore.google.com/detail/nearby/lijbcojopabonmlehhajelhdaoklbogi |
| Beskrivning | A beautifully minimalist render of the world outside, from the inside of every new tab. |
| Filstorlek | 12.79 KB |
| Antal Installationer | 87 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2018-11-06 |
| Publiceringsdatum | 2018-11-05 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | lukejacksonn |
| Betalningssätt | free |
| Stödda Språk | 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'"
} | |