If You're Bored... New Tab
New tab page that shows list of things you could be doing instead of wasting your time on the internet.
Что такое If You're Bored... New Tab?
If You're Bored... New Tab - это расширение Chrome, разработанное johannes.santen, и его основная функция - "New tab page that shows list of things you could be doing instead of wasting your time on the internet.".
Снимки экрана расширения
Скачать файл CRX расширения If You're Bored... New Tab
Скачайте файлы расширений If You're Bored... New Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension replaces the default new tab page in chrome with an editable list. The idea is that if you're opening a new tab because you're bored, you'll see a list of things you could be doing instead of wasting your time on the internet.
Основная информация о расширении
Название | If You're Bored... New Tab |
ID | ighnmhifdfldfhjnfplnmmjlfpjlbbci |
Официальный URL | https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci |
Описание | New tab page that shows list of things you could be doing instead of wasting your time on the internet. |
Размер файла | 99.84 KB |
Количество установок | 20 |
Текущая Версия | 1.1 |
Последнее Обновление | 2017-05-14 |
Дата публикации | 2017-05-14 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | johannes.santen |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "If You're Bored... New Tab", "description": "New tab page that shows list of things you could be doing instead of wasting your time on the internet.", "version": "1.1", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon.png" }, "incognito": "split", "chrome_url_overrides": { "newtab": "ifyourebored.html" } } |