Motivation
Replace new tab page with Motivation
Motivationคืออะไร?
Motivation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maccman และคุณลักษณะหลักของมันคือ "Replace new tab page with Motivation"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Motivation
ดาวน์โหลดไฟล์ส่วนขยาย Motivation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces your 'new-tab' page with a real-time counter showing your current age.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Motivation |
ID | ofdgfpchbidcgncgfpdlpclnpaemakoj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj |
คำอธิบาย | Replace new tab page with Motivation |
ขนาดไฟล์ | 96.48 KB |
จำนวนการติดตั้ง | 37,605 |
เวอร์ชันปัจจุบัน | 0.6 |
อัปเดตครั้งล่าสุด | 2014-07-18 |
วันที่เผยแพร่ | 2014-07-17 |
คะแนน | 4.44/5 รวมทั้งหมด 412 คะแนน |
ผู้พัฒนา | maccman |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 Motivation", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Motivation", "offline_enabled": true, "version": "0.6" } |