ChartTab
Motivational charts on the Chrome's new tab page.
ما هو ChartTab؟
ChartTab هو إضافة Chrome تم تطويرها بواسطة Taras Romaniv، والميزة الرئيسية لها هي "Motivational charts on the Chrome's new tab page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ChartTab
قم بتنزيل ملفات الامتداد ChartTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/trsrm/charttab |
عنوان صفحة المساعدة | 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'" } |