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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 Ameyo | Task + Habit Tracker
ID bocdgdckommbhbffgloaoefepalhiplh
官方URL 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\/"
    ]
}