ChartTab

Motivational charts on the Chrome's new tab page.

什么是ChartTab?

ChartTab是由Taras Romaniv开发的Chrome扩展程序,该扩展的主要功能是“Motivational charts on the Chrome's new tab page.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载ChartTab扩展crx文件

下载ChartTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 ChartTab ChartTab
ID iliamhblgnhneahoiccdahoggnapjpao
官方URL https://chromewebstore.google.com/detail/charttab/iliamhblgnhneahoiccdahoggnapjpao
简介 Motivational charts on the Chrome's new tab page.
文件大小 570 KB
安装次数 18
当前版本 0.5.5
更新时间 2021-01-27
上架时间 2018-06-06
评分 5.00/5 共2次评分
开发者 Taras Romaniv
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/trsrm/charttab
帮助页面URL https://github.com/trsrm/charttab
支持的语言 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'"
}