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
Eメール [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\/"
    ]
}