My Checklist

Be more efficient. Remember whats on your list - and get the satisfying feeling, when marking a task as done!

My Checklistとは何ですか?

My Checklistはdevjonasによって開発されたChromeの拡張機能で、その主な機能は「Be more efficient. Remember whats on your list - and get the satisfying feeling, when marking a task as done!」です。

拡張機能のスクリーンショット

screenshot

My Checklist拡張機能のCRXファイルをダウンロード

My Checklist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The vision with My Checklist, is to increase your efficiency the easiest way possible. 
No need for pen and paper. No need to switch tab to task management page.
And most importantly - you will keep this satisfying feeling, marking a task as done! 🥳

The use of My Checklist is very simple.
First you will make a list of the tasks and press save. The red dot of each line, indicate that the task is saved or not.

Later on, when the task is done, you will press on the checkmark, and the task will now be highlighting it is done - just the way we like it with pen and paper ✅

The task is automatically saved, when marked as done.

Whenever you want to remove the tasks, simply press the Clear list button.

That's it!                    

拡張機能の基本情報

名前 My Checklist My Checklist
ID abijmmmajjhcadmfibojkljenlidhpbf
公式URL https://chrome.google.com/webstore/detail/my-checklist/abijmmmajjhcadmfibojkljenlidhpbf
説明 Be more efficient. Remember whats on your list - and get the satisfying feeling, when marking a task as done!
ファイルサイズ 29.09 KB
インストール数 118
現在のバージョン 1.0.0
最終更新日 2021-04-05
公開日 2021-04-05
開発者 devjonas
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Checklist",
    "version": "1.0.0",
    "description": "Be more efficient. Remember whats on your list - and get the satisfying feeling, when marking a task as done!",
    "author": "Jonas K",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/16.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}