ChartTab

Motivational charts on the Chrome's new tab page.

ChartTab là gì?

ChartTab là một tiện ích mở rộng Chrome được phát triển bởi Taras Romaniv, và tính năng chính của nó là "Motivational charts on the Chrome's new tab page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChartTab

Tải xuống các tệp mở rộng ChartTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChartTab ChartTab
ID iliamhblgnhneahoiccdahoggnapjpao
URL Chính Thức https://chromewebstore.google.com/detail/charttab/iliamhblgnhneahoiccdahoggnapjpao
Mô tả Motivational charts on the Chrome's new tab page.
Kích Thước Tệp 570 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.5.5
Cập Nhật Lần Cuối 2021-01-27
Ngày Phát Hành 2018-06-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Taras Romaniv
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/trsrm/charttab
URL Trang Trợ Giúp https://github.com/trsrm/charttab
Ngôn Ngữ Được Hỗ Trợ 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'"
}