Nearby
A beautifully minimalist render of the world outside, from the inside of every new tab.
What is Nearby?
Nearby is a Chrome extension developed by lukejacksonn, and its main feature is "A beautifully minimalist render of the world outside, from the inside of every new tab.".
Extension Screenshots
Download Nearby Extension CRX File
Download Nearby extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Nearby |
ID | lijbcojopabonmlehhajelhdaoklbogi |
Official URL | https://chromewebstore.google.com/detail/nearby/lijbcojopabonmlehhajelhdaoklbogi |
Description | A beautifully minimalist render of the world outside, from the inside of every new tab. |
File Size | 12.79 KB |
Installation Count | 87 |
Current Version | 1.0.0 |
Last Updated | 2018-11-06 |
Publish Date | 2018-11-05 |
Rating | 5.00/5 Total 3 Ratings |
Developer | lukejacksonn |
Payment Type | free |
Supported Languages | 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'" } |