ChartTab
Motivational charts on the Chrome's new tab page.
什麼是ChartTab?
ChartTab是由Taras Romaniv開發的Chrome擴展程式,該擴展的主要功能是“Motivational charts on the Chrome's new tab page.”。
擴展截圖
下載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 |
ID | iliamhblgnhneahoiccdahoggnapjpao |
官方網址 | 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'" } |