ChartTab

Motivational charts on the Chrome's new tab page.

Was ist ChartTab?

ChartTab ist eine Chrome-Erweiterung, die von Taras Romaniv entwickelt wurde, und ihr Hauptmerkmal ist "Motivational charts on the Chrome's new tab page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

ChartTab-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChartTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name ChartTab ChartTab
ID iliamhblgnhneahoiccdahoggnapjpao
Offizielle URL https://chromewebstore.google.com/detail/charttab/iliamhblgnhneahoiccdahoggnapjpao
Beschreibung Motivational charts on the Chrome's new tab page.
Dateigröße 570 KB
Installationsanzahl 18
Aktuelle Version 0.5.5
Letztes Update 2021-01-27
Veröffentlichungsdatum 2018-06-06
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Taras Romaniv
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/trsrm/charttab
Hilfeseite URL https://github.com/trsrm/charttab
Unterstützte Sprachen 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'"
}