Gratitude Aptitude
Replace new tab with gratitude prompt
Gratitude Aptitudeคืออะไร?
Gratitude Aptitude เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kolomiytsevs และคุณลักษณะหลักของมันคือ "Replace new tab with gratitude prompt"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gratitude Aptitude
ดาวน์โหลดไฟล์ส่วนขยาย Gratitude Aptitude ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A new tab dashboard which acts as a gratitude journal
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gratitude Aptitude |
ID | jnjclhcllckpffefgaibgmkaehdibppo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gratitude-aptitude/jnjclhcllckpffefgaibgmkaehdibppo |
คำอธิบาย | Replace new tab with gratitude prompt |
ขนาดไฟล์ | 858 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2019-07-14 |
วันที่เผยแพร่ | 2019-07-13 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | kolomiytsevs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sites.google.com/view/gratitude-aptitude/ |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/gratitude-aptitude/privacy-policy?authuser=0 |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gratitude Aptitude", "author": "Sasha Kolomiytsev", "version": "1.0.2", "description": "Replace new tab with gratitude prompt", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png", "512": "icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |