Nearby
A beautifully minimalist render of the world outside, from the inside of every new tab.
Что такое Nearby?
Nearby - это расширение Chrome, разработанное lukejacksonn, и его основная функция - "A beautifully minimalist render of the world outside, from the inside of every new tab.".
Снимки экрана расширения
Скачать файл CRX расширения Nearby
Скачайте файлы расширений Nearby в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | lijbcojopabonmlehhajelhdaoklbogi |
| Официальный URL | https://chromewebstore.google.com/detail/nearby/lijbcojopabonmlehhajelhdaoklbogi |
| Описание | A beautifully minimalist render of the world outside, from the inside of every new tab. |
| Размер файла | 12.79 KB |
| Количество установок | 87 |
| Текущая Версия | 1.0.0 |
| Последнее Обновление | 2018-11-06 |
| Дата публикации | 2018-11-05 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | lukejacksonn |
| Тип оплаты | free |
| Поддерживаемые языки | 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'"
} | |