ctrl tab
ctrl tab is an extension that shows the data that matters to you in your new tab page.
Что такое ctrl tab?
ctrl tab - это расширение Chrome, разработанное https://ctrltab.io, и его основная функция - "ctrl tab is an extension that shows the data that matters to you in your new tab page.".
Снимки экрана расширения
Скачать файл CRX расширения ctrl tab
Скачайте файлы расширений ctrl tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
ctrl tab is a new tab page that fetches news feeds that are relevant to you. choose from over 20 different data providers and customize the page how you want it. whether you're a news fanatic, tech geek, or sports guru, we have plenty of sources to choose from.
Основная информация о расширении
Название | ctrl tab |
ID | ijfnjhlohbehhlhhokgokabonpnlldon |
Официальный URL | https://chromewebstore.google.com/detail/ctrl-tab/ijfnjhlohbehhlhhokgokabonpnlldon |
Описание | ctrl tab is an extension that shows the data that matters to you in your new tab page. |
Размер файла | 2.76 MB |
Количество установок | 757 |
Текущая Версия | 1.0.7 |
Последнее Обновление | 2019-12-22 |
Дата публикации | 2019-12-21 |
Рейтинг | 5.00/5 Всего 6 оценок |
Разработчик | https://ctrltab.io |
Тип оплаты | free |
Официальный сайт расширения | https://www.ctrltab.io |
URL страницы помощи | https://github.com/ludicrousxyz/ctrl-tab/issues |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ctrl tab", "version": "1.0.7", "description": "ctrl tab is an extension that shows the data that matters to you in your new tab page.", "icons": { "16": "img\/icons\/icon16.png", "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" }, "homepage_url": "https:\/\/www.ctrltab.io", "short_name": "ctrl-tab", "chrome_url_overrides": { "newtab": "index.html" }, "applications": { "gecko": { "id": "{a6b40116-390e-4799-ba9c-e2e168f968fb}", "strict_min_version": "55.0" } }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "permissions": [ "identity", "https:\/\/api.ctrltab.io\/*", "https:\/\/todoist.com\/oauth\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |