Get Motivated
Let me motivate you everyday. I won't annoy you, I promise.
Get Motivatedคืออะไร?
Get Motivated เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rahul Kapoor และคุณลักษณะหลักของมันคือ "Let me motivate you everyday. I won't annoy you, I promise."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Motivated
ดาวน์โหลดไฟล์ส่วนขยาย Get Motivated ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
*Note* Updated new tab page with a minimal non-intrusive UI and a new logo.
"Get Motivated" is a small lightweight extension that gives a new minimal look to your "New Tab" page on Google Chrome with a beautiful quote in order to motivate you one tab at a time. The quotes have been curated from Internet with utmost care in order to give you the best ones that are out there.
Install this small 50-60 kB extension and let me know by reviewing it once if you like it. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | glpopnaifhjhcibncepibjbehblannde |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/get-motivated/glpopnaifhjhcibncepibjbehblannde |
| คำอธิบาย | Let me motivate you everyday. I won't annoy you, I promise. |
| ขนาดไฟล์ | 46.4 KB |
| จำนวนการติดตั้ง | 18 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2018-03-25 |
| วันที่เผยแพร่ | 2018-03-24 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | Rahul Kapoor |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Rahul Kapoor",
"short_name": "GetMotivated",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"description": "Let me motivate you everyday. I won't annoy you, I promise.",
"homepage_url": "https:\/\/github.com\/rahulkapoor90\/Get-Motivated",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"48": "images\/icon48.png"
},
"manifest_version": 2,
"name": "Get Motivated",
"offline_enabled": true,
"permissions": [
"storage"
],
"version": "1.1"
} | |