Daily Motivation
Replace new tab page with Daily Motivation
Daily Motivationคืออะไร?
Daily Motivation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aarohmankad และคุณลักษณะหลักของมันคือ "Replace new tab page with Daily Motivation"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Daily Motivation
ดาวน์โหลดไฟล์ส่วนขยาย Daily Motivation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This new tab page counts down the hours, minutes, and seconds left today to keep you motivated throughout your day. It feels like you're always competing on the clock to get your tasks done!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Daily Motivation |
ID | mmgepjldageingldphdeebmgaemdciio |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/daily-motivation/mmgepjldageingldphdeebmgaemdciio |
คำอธิบาย | Replace new tab page with Daily Motivation |
ขนาดไฟล์ | 62.54 KB |
จำนวนการติดตั้ง | 700 |
เวอร์ชันปัจจุบัน | 0.15 |
อัปเดตครั้งล่าสุด | 2017-06-21 |
วันที่เผยแพร่ | 2017-06-20 |
คะแนน | 4.08/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | aarohmankad |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.github.com/aarohmankad/motivation |
URL หน้าช่วยเหลือ | http://www.github.com/aarohmankad/motivation |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replace new tab page with Daily Motivation", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Daily Motivation", "offline_enabled": true, "version": "0.15" } |