Ameyo | Task + Habit Tracker
Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement.
什麼是Ameyo | Task + Habit Tracker?
Ameyo | Task + Habit Tracker是由https://alexcyph.us開發的Chrome擴展程式,該擴展的主要功能是“Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement.”。
擴展截圖
下載Ameyo | Task + Habit Tracker擴展crx文件
下載Ameyo | Task + Habit Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ameyo is a tool for the “New Tab” page that helps you track your daily habits, list daily tasks, remember what you did yesterday, store future tasks in the backlog, and track your progress. At midnight every day, Ameyo will... ✨ Move completed "Today" tasks to "Yesterday" ✨ Move completed "Yesterday" tasks to the history ✨ Uncheck all your habits so you're ready to do them all again the next day ✨ Show you a new beautiful background image You will then be able to see... 📈 How often your habits are completed 📈 How many tickets you completed in the last thirty days 📈 Your complete history of tickets
擴展基本資訊
名稱 | Ameyo | Task + Habit Tracker |
ID | bocdgdckommbhbffgloaoefepalhiplh |
官方網址 | https://chromewebstore.google.com/detail/ameyo-task-+-habit-tracke/bocdgdckommbhbffgloaoefepalhiplh |
簡介 | Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement. |
檔案大小 | 10.21 MB |
安裝次數 | 378 |
目前版本 | 1.4.1 |
更新時間 | 2021-06-22 |
上架時間 | 2020-10-21 |
評分 | 4.76/5 共 34 次評分 |
開發者 | https://alexcyph.us |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://ameyo.alexcyph.us |
說明頁面URL | http://ameyo.alexcyph.us |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ameyo | Task + Habit Tracker", "version": "1.4.1", "manifest_version": 2, "description": "Keep track of your daily habits, standups, and future tasks. Think Trello but focused on daily self improvement.", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "favicon.png" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com http:\/\/alexcyph.us; object-src 'self'", "permissions": [ "http:\/\/www.alexcyph.us\/" ] } |