ChartTab

Motivational charts on the Chrome's new tab page.

O que é ChartTab?

ChartTab é uma extensão do Chrome desenvolvida por Taras Romaniv, e sua principal característica é "Motivational charts on the Chrome's new tab page.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ChartTab

Baixe arquivos de extensão ChartTab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome ChartTab ChartTab
ID iliamhblgnhneahoiccdahoggnapjpao
URL Oficial https://chromewebstore.google.com/detail/charttab/iliamhblgnhneahoiccdahoggnapjpao
Descrição Motivational charts on the Chrome's new tab page.
Tamanho do Arquivo 570 KB
Contagem de Instalações 18
Versão Atual 0.5.5
Última Atualização 2021-01-27
Data de Publicação 2018-06-06
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Taras Romaniv
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/trsrm/charttab
URL da Página de Ajuda https://github.com/trsrm/charttab
Idiomas Suportados 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'"
}