Motivation-huh?
Replace new tab page with Motivation
Motivation-huh?คืออะไร?
Motivation-huh? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replace new tab page with Motivation"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Motivation-huh?
ดาวน์โหลดไฟล์ส่วนขยาย Motivation-huh? ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
modify from https://chrome.google.com/webstore/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj countdown your TTL
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Motivation-huh? |
ID | gjiindielolnpcmjbhiojfpojlodnicl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/motivation-huh/gjiindielolnpcmjbhiojfpojlodnicl |
คำอธิบาย | Replace new tab page with Motivation |
ขนาดไฟล์ | 96.61 KB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2014-12-26 |
วันที่เผยแพร่ | 2014-12-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | 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-huh?", "offline_enabled": true, "version": "0.1" } |