ChartTab

Motivational charts on the Chrome's new tab page.

ChartTabคืออะไร?

ChartTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Taras Romaniv และคุณลักษณะหลักของมันคือ "Motivational charts on the Chrome's new tab page."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChartTab

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
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'"
}