Gratitude Flow: Happiness Dashboard
Share and receive gratitude on your new tab page with real people around the world.
Gratitude Flow: Happiness Dashboardคืออะไร?
Gratitude Flow: Happiness Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kushal Byatnal และคุณลักษณะหลักของมันคือ "Share and receive gratitude on your new tab page with real people around the world."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gratitude Flow: Happiness Dashboard
ดาวน์โหลดไฟล์ส่วนขยาย Gratitude Flow: Happiness Dashboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replace your new tab page with a dashboard featuring gratitude from real people all over the world. Reflect on what you're thankful for everyday, track how many people you've inspired with your gratitude, and see what people from around the globe appreciate in their lives. Eliminate worries and beat negativity with a reminder of everything positive in the world on every new tab load. Get inspired to live a happier, more grateful life. Privacy & Permissions Posts of gratitude that you publish are shared with the world. No personally identifying information is associated with any quotes that you publish to the world. They will remain completely anonymous. Your location is only used when publishing a quote and never otherwise. We recognize that location sharing is a concern for many people (ourselves included) and it is a responsibility that we take very seriously.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gratitude Flow: Happiness Dashboard |
ID | bemnjoaibicimpimbigfmhoadacfaian |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gratitude-flow-happiness/bemnjoaibicimpimbigfmhoadacfaian |
คำอธิบาย | Share and receive gratitude on your new tab page with real people around the world. |
ขนาดไฟล์ | 16.28 MB |
จำนวนการติดตั้ง | 313 |
เวอร์ชันปัจจุบัน | 0.0.0.14 |
อัปเดตครั้งล่าสุด | 2017-05-30 |
วันที่เผยแพร่ | 2017-05-29 |
คะแนน | 4.65/5 รวมทั้งหมด 23 คะแนน |
ผู้พัฒนา | Kushal Byatnal |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gratitude Flow: Happiness Dashboard", "description": "Share and receive gratitude on your new tab page with real people around the world.", "version": "0.0.0.14", "background": { "scripts": [ "js\/background\/userQuote.js", "js\/background\/externalQuote.js", "js\/background\/updateLog.js", "js\/background\/newsLog.js", "js\/background\/updateImage.js", "js\/vendor\/jquery-3.2.1.min.js", "js\/handlers\/quotesHandler.js", "js\/handlers\/quotePublisher.js", "js\/handlers\/MindfulMomentHandler.js", "js\/handlers\/surveyHandler.js", "js\/background\/eventPage.js" ], "persistent": false }, "icons": { "128": "logo.png" }, "permissions": [ "storage", "alarms", "unlimitedStorage", "https:\/\/*.gratitudeflow.io\/*", "geolocation" ], "optional_permissions": [ "notifications" ], "chrome_url_overrides": { "newtab": "main.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/embed.doorbell.io https:\/\/api.survicate.com\/assets\/survicate.js ; object-src 'self'", "browser_action": { "default_icon": { "32": "logo.png" }, "default_title": "Gratitude Flow" } } |