ChartTab

Motivational charts on the Chrome's new tab page.

What is ChartTab?

ChartTab is a Chrome extension developed by Taras Romaniv, and its main feature is "Motivational charts on the Chrome's new tab page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download ChartTab Extension CRX File

Download ChartTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name ChartTab ChartTab
ID iliamhblgnhneahoiccdahoggnapjpao
Official URL https://chromewebstore.google.com/detail/charttab/iliamhblgnhneahoiccdahoggnapjpao
Description Motivational charts on the Chrome's new tab page.
File Size 570 KB
Installation Count 18
Current Version 0.5.5
Last Updated 2021-01-27
Publish Date 2018-06-06
Rating 5.00/5 Total 2 Ratings
Developer Taras Romaniv
Email [email protected]
Payment Type free
Extension Website https://github.com/trsrm/charttab
Help Page URL https://github.com/trsrm/charttab
Supported Languages 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'"
}