ChartTab
Motivational charts on the Chrome's new tab page.
Apa itu ChartTab?
ChartTab adalah ekstensi Chrome yang dikembangkan oleh Taras Romaniv, dan fitur utamanya adalah "Motivational charts on the Chrome's new tab page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ChartTab
Unduh file ekstensi ChartTab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | ChartTab |
ID | iliamhblgnhneahoiccdahoggnapjpao |
URL Resmi | https://chromewebstore.google.com/detail/charttab/iliamhblgnhneahoiccdahoggnapjpao |
Deskripsi | Motivational charts on the Chrome's new tab page. |
Ukuran File | 570 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 0.5.5 |
Terakhir Diperbarui | 2021-01-27 |
Tanggal Publikasi | 2018-06-06 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Taras Romaniv |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/trsrm/charttab |
URL Halaman Bantuan | https://github.com/trsrm/charttab |
Bahasa yang Didukung | 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'" } |