ChartTab

Motivational charts on the Chrome's new tab page.

Что такое ChartTab?

ChartTab - это расширение Chrome, разработанное Taras Romaniv, и его основная функция - "Motivational charts on the Chrome's new tab page.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This is an extension for your Chorome's newtab page.

It allows to track your OKR progress or any other goals using linear charts.

List of features:
- Material design.
- Charts grid with smart layout.
- Data sync with you Chrome account.
- Backup/Restore.
- Bookmarks speed-dial (coming soon).
- Chrome apps launcher (coming soon).                    

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

Название ChartTab ChartTab
ID iliamhblgnhneahoiccdahoggnapjpao
Официальный URL https://chromewebstore.google.com/detail/charttab/iliamhblgnhneahoiccdahoggnapjpao
Описание Motivational charts on the Chrome's new tab page.
Размер файла 570 KB
Количество установок 18
Текущая Версия 0.5.5
Последнее Обновление 2021-01-27
Дата публикации 2018-06-06
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Taras Romaniv
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/trsrm/charttab
URL страницы помощи https://github.com/trsrm/charttab
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "0.5.5",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "author": "Taras Romaniv",
    "permissions": [
        "storage",
        "bookmarks",
        "downloads"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "homepage_url": "http:\/\/taras-romaniv.blogspot.com",
    "minimum_chrome_version": "40",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}