ChartTab

Motivational charts on the Chrome's new tab page.

Qu'est-ce que ChartTab ?

ChartTab est une extension Chrome développée par Taras Romaniv, et sa fonction principale est "Motivational charts on the Chrome's new tab page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ChartTab

Téléchargez les fichiers d'extension ChartTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ChartTab ChartTab
ID iliamhblgnhneahoiccdahoggnapjpao
URL Officiel https://chromewebstore.google.com/detail/charttab/iliamhblgnhneahoiccdahoggnapjpao
Description Motivational charts on the Chrome's new tab page.
Taille du Fichier 570 KB
Nombre d'Installations 18
Version Actuelle 0.5.5
Dernière Mise à Jour 2021-01-27
Date de Publication 2018-06-06
Évaluation 5.00/5 Total 2 Évaluations
Développeur Taras Romaniv
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/trsrm/charttab
URL de la Page d'Aide https://github.com/trsrm/charttab
Langues Prises en Charge 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'"
}