Affirmations Flow

Replace the new tab page with your affirmations — add, edit and shuffle play them.

什么是Affirmations Flow?

Affirmations Flow是由Thoughtlytics Internet Pvt. Ltd.开发的Chrome扩展程序,该扩展的主要功能是“Replace the new tab page with your affirmations — add, edit and shuffle play them.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Affirmations Flow扩展crx文件

下载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 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"
    ]
}