ChartTab

Motivational charts on the Chrome's new tab page.

Wat is ChartTab?

ChartTab is een Chrome-extensie ontwikkeld door Taras Romaniv, en de belangrijkste functie is "Motivational charts on the Chrome's new tab page.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ChartTab

Download ChartTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam ChartTab ChartTab
ID iliamhblgnhneahoiccdahoggnapjpao
Officiële URL https://chromewebstore.google.com/detail/charttab/iliamhblgnhneahoiccdahoggnapjpao
Beschrijving Motivational charts on the Chrome's new tab page.
Bestandsgrootte 570 KB
Aantal Installaties 18
Huidige Versie 0.5.5
Laatst Bijgewerkt 2021-01-27
Publicatiedatum 2018-06-06
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Taras Romaniv
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/trsrm/charttab
Help Pagina-URL https://github.com/trsrm/charttab
Ondersteunde Talen 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'"
}