ChartTab
Motivational charts on the Chrome's new tab page.
Cos'è ChartTab?
ChartTab è un'estensione di Chrome sviluppata da Taras Romaniv, e la sua funzione principale è "Motivational charts on the Chrome's new tab page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChartTab
Scarica i file di estensione ChartTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | ChartTab |
ID | iliamhblgnhneahoiccdahoggnapjpao |
URL Ufficiale | https://chromewebstore.google.com/detail/charttab/iliamhblgnhneahoiccdahoggnapjpao |
Descrizione | Motivational charts on the Chrome's new tab page. |
Dimensione del File | 570 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 0.5.5 |
Ultimo Aggiornamento | 2021-01-27 |
Data di Pubblicazione | 2018-06-06 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Taras Romaniv |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/trsrm/charttab |
URL della Pagina di Aiuto | https://github.com/trsrm/charttab |
Lingue Supportate | 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'" } |