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 |
公式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 |
Eメール | [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'" } |