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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}