SuiteTab

It's sweet because it's a suite

Что такое SuiteTab?

SuiteTab - это расширение Chrome, разработанное Sean Mumby, и его основная функция - "It's sweet because it's a suite".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения SuiteTab

Скачайте файлы расширений SuiteTab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        SuiteTab is an extension introducing a fresh new tab when browsing the internet. Including features such as a to-do checklist, note tabs, bookmarks, live countdowns, customisable backgrounds and a live weather update. 


v1.0.3
-Increased fontsize of textarea
-Page zoom customisable and fits every monitor resolution
-New colour palette and colour selector
-Performance improvements

v1.0.2
-Fixed display button issue

v1.0.1
-Access to fullscreen, normal or background only
-Empty todo task message now displays after the list updates
-No longer a minor height bump when switching to backgrounds tab

v1.0
-Release                    

Основная информация о расширении

Название SuiteTab SuiteTab
ID cokknnkbhfpgmaholfojjapjihgemjcb
Официальный URL https://chromewebstore.google.com/detail/suitetab/cokknnkbhfpgmaholfojjapjihgemjcb
Описание It's sweet because it's a suite
Размер файла 1.76 MB
Количество установок 91
Текущая Версия 1.0.3
Последнее Обновление 2020-06-03
Дата публикации 2020-06-03
Рейтинг 5.00/5 Всего 5 оценок
Разработчик Sean Mumby
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://suitetab.herokuapp.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "\/imgs\/icon48.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "It's sweet because it's a suite",
    "icons": {
        "16": "\/imgs\/icon16.png",
        "48": "\/imgs\/icon48.png",
        "128": "\/imgs\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.google.com\/"
    ],
    "manifest_version": 2,
    "name": "SuiteTab",
    "version": "1.0.3"
}