Affirmations Flow
Replace the new tab page with your affirmations — add, edit and shuffle play them.
Affirmations Flowคืออะไร?
Affirmations Flow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thoughtlytics Internet Pvt. Ltd. และคุณลักษณะหลักของมันคือ "Replace the new tab page with your affirmations — add, edit and shuffle play them."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Affirmations Flow
ดาวน์โหลดไฟล์ส่วนขยาย Affirmations Flow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Affirmations Flow is a productivity tool that helps you remember your affirmations and stay focused on your goals. Features - Minimal interface - Add as many affirmations as you need - Import/Export your affirmations in a spreadsheet - Affirmation shuffle play on new tab - Each affirmation displays for 30 minutes so that you can focus on it - Option to stop the shuffle if you want to focus on the present affirmation longer than 30 minutes - Option to display another affirmation if you do not want to focus on the present one at the moment - Option to hide the shuffle altogether - A beautiful floating-bubble screen It is an excellent tool for those who want to benefit from the power of affirmations but find it challenging to stay focused on them. Join our community for daily inspiration, motivation, success stories and more. Go to the community option after you install the extension. Note: After installing Affirmations Flow, click the ‘Keep it’ button on the ‘Change back to Google’ notification. It will show Affirmations Flow on each new tab as intended. To learn the science of affirmations, subscribe to the free email course! https://www.geetapandey.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Affirmations Flow |
ID | koaaphllbjjlfgfmjohmlnncpeepdogg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/affirmations-flow/koaaphllbjjlfgfmjohmlnncpeepdogg |
คำอธิบาย | Replace the new tab page with your affirmations — add, edit and shuffle play them. |
ขนาดไฟล์ | 447 KB |
จำนวนการติดตั้ง | 183 |
เวอร์ชันปัจจุบัน | 0.0.1.1 |
อัปเดตครั้งล่าสุด | 2023-12-19 |
วันที่เผยแพร่ | 2022-02-01 |
คะแนน | 4.91/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Thoughtlytics Internet Pvt. Ltd. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://affirmationsflow.com |
URL หน้าช่วยเหลือ | https://www.geetapandey.com/affirmations-flow/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://www.geetapandey.com/affirmations-flow/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Affirmations Flow", "version": "0.0.1.1", "manifest_version": 3, "description": "Replace the new tab page with your affirmations \u2014 add, edit and shuffle play them.", "background": { "service_worker": "js\/background.js" }, "icons": { "128": "images\/affirmations-flow-icon-128x128.png", "48": "images\/affirmations-flow-icon-48x48.png", "16": "images\/affirmations-flow-icon-16x16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.affirmationsflow.com\/*" ], "js": [ "js\/xlsx_lib.js", "js\/whichfile.js", "js\/newtab.js", "js\/affirmation.js" ], "run_at": "document_end" } ], "chrome_url_overrides": { "newtab": "whichfile.html" }, "permissions": [ "storage" ] } |