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.」です。
拡張機能のスクリーンショット
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! |
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 |
Eメール | [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\/*" ] } } |