Void New Tab
Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…
Что такое Void New Tab?
Void New Tab - это расширение Chrome, разработанное Tom Day, и его основная функция - "Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…".
Снимки экрана расширения
Скачать файл CRX расширения Void New Tab
Скачайте файлы расширений Void New Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once installed type "help" into the search bar. Void is open source and proudly 100% free. You can find out more about Void and you can find its source code by typing "about" into the search bar. Основная информация о расширении
| Название | |
| ID | hiljjibmhmmammdajeibdemkofflgnpf |
| Официальный URL | https://chromewebstore.google.com/detail/void-new-tab/hiljjibmhmmammdajeibdemkofflgnpf |
| Описание | Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once… |
| Размер файла | 143 KB |
| Количество установок | 94 |
| Текущая Версия | 1.0.0.1 |
| Последнее Обновление | 2018-01-16 |
| Дата публикации | 2018-01-16 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | Tom Day |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/TDay1/void-newtab |
| URL страницы помощи | https://github.com/TDay1/void-newtab |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Void New Tab",
"manifest_version": 2,
"version": "1.0.0.1",
"author": "Thomas Day",
"remove_button": true,
"short_name": "Void",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": ".\/img\/16px.png",
"32": ".\/img\/32px.png",
"48": ".\/img\/48px.png",
"64": ".\/img\/64px.png",
"128": ".\/img\/128px.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |