Progress Dashboard

Stay productive with Progress Bars!

Progress Dashboardคืออะไร?

Progress Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://progressdash.xyz และคุณลักษณะหลักของมันคือ "Stay productive with Progress Bars!"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Progress Dashboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        New Tab extension to boost your productivity! 

See exactly how much % of the day, week, month and year has progressed every time you open a new browser tab.

Daily inspiring photo or colorful gradient and trianglify background

Motivating quotes on every new tab

Focus on what's important with notes

Get things done, Be motivated!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Progress Dashboard Progress Dashboard
ID hmejblemllciaklhffpinjgkbngcoopb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/progress-dashboard/hmejblemllciaklhffpinjgkbngcoopb
คำอธิบาย Stay productive with Progress Bars!
ขนาดไฟล์ 15.88 MB
จำนวนการติดตั้ง 499
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2019-08-08
วันที่เผยแพร่ 2019-08-08
คะแนน 4.57/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา https://progressdash.xyz
อีเมล [email protected]
ประเภทการชำระเงิน in_store
เว็บไซต์ส่วนขยาย https://progressdash.xyz
URL หน้าช่วยเหลือ https://progressdash.xyz
ภาษาที่รองรับ en,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon38.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "offline_enabled": true,
    "permissions": [
        "gcm",
        "notifications",
        "storage",
        "identity"
    ],
    "short_name": "Eternity",
    "version": "3.0",
    "web_accessible_resources": [
        "index.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/cdn.ravenjs.com; object-src 'self'"
}