Motivation (devm33 fork)
Replace new tab page with Motivation
Motivation (devm33 fork)คืออะไร?
Motivation (devm33 fork) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย devm33 และคุณลักษณะหลักของมันคือ "Replace new tab page with Motivation"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Motivation (devm33 fork)
ดาวน์โหลดไฟล์ส่วนขยาย Motivation (devm33 fork) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Displays a counter of your age in years to eight decimal places on the new tab page. Also displays bookmarks along left side of screen navigable by clicking or pressing hot key.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Motivation (devm33 fork) |
ID | edaphnidncfdooaldnhdmijjephlbehh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/motivation-devm33-fork/edaphnidncfdooaldnhdmijjephlbehh |
คำอธิบาย | Replace new tab page with Motivation |
ขนาดไฟล์ | 323 KB |
จำนวนการติดตั้ง | 165 |
เวอร์ชันปัจจุบัน | 0.5 |
อัปเดตครั้งล่าสุด | 2014-11-16 |
วันที่เผยแพร่ | 2014-11-16 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | devm33 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/devm33/motivation |
URL หน้าช่วยเหลือ | https://github.com/devm33/motivation |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "tabs" ], "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 (devm33 fork)", "offline_enabled": true, "version": "0.5" } |