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 |
官方網址 | 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\/*" ] } } |