everyday.app | Do it every day!

Sets everyday.app as the default new tab page.

什么是everyday.app | Do it every day!?

everyday.app | Do it every day!是由https://everyday.app开发的Chrome扩展程序,该扩展的主要功能是“Sets everyday.app as the default new tab page.”。

扩展截图

screenshot

下载everyday.app | Do it every day!扩展crx文件

下载everyday.app | Do it every day!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Every day, it gets a little easier. But you gotta do it every day, that's the hard part.

Setting everyday.app as the default tab of the new tab button in your browser will be the cue to motivate you to work on forming new habits by doing it every day!

More at: https://everyday.app

-----

The app has several features such as habit reminders, habit sorting, colorpicker, dark mode, analytics, data visualizations, habit insights, etc.

The app is free to use but contains Premium features.                    

扩展基本信息

名称 everyday.app | Do it every day! everyday.app | Do it every day!
ID kpcjjapfjdgjlmoehhliomplgjnbdcpc
官方URL https://chromewebstore.google.com/detail/everydayapp-do-it-every-d/kpcjjapfjdgjlmoehhliomplgjnbdcpc
简介 Sets everyday.app as the default new tab page.
文件大小 114 KB
安装次数 5,370
当前版本 3.0.0
更新时间 2024-01-11
上架时间 2020-03-26
评分 4.93/5 共113次评分
开发者 https://everyday.app
电子邮箱 [email protected]
付费类型 free
扩展官网 https://everyday.app
帮助页面URL https://everyday.app/faq
隐私政策页面URL https://everyday.app/privacy
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "everyday.app | Do it every day!",
    "description": "Sets everyday.app as the default new tab page.",
    "version": "3.0.0",
    "browser_action": {
        "default_icon": "web-extension-icon-96.png",
        "default_title": "Do it every day!",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "web-extension-icon-48.png",
        "96": "web-extension-icon-96.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_url_overrides": {
        "newtab": "newtab.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.everyday.app\/*"
        ]
    }
}