Plume: Super simple todolist

Super simple todolist

Plume: Super simple todolistとは何ですか?

Plume: Super simple todolistはMJ Codeによって開発されたChromeの拡張機能で、その主な機能は「Super simple todolist」です。

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

screenshot
screenshot

Plume: Super simple todolist拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Plume is a super simple todolist.

To add a task, just type something in the yellow bar and press enter.

Your tasks are saved locally, so don't write anything too important here ;)                    

拡張機能の基本情報

名前 Plume: Super simple todolist Plume: Super simple todolist
ID pkkmkhejfpipdkdbepohfooemmkcgclf
公式URL https://chromewebstore.google.com/detail/plume-super-simple-todoli/pkkmkhejfpipdkdbepohfooemmkcgclf
説明 Super simple todolist
ファイルサイズ 252 KB
インストール数 137
現在のバージョン 0.0.2
最終更新日 2022-02-25
公開日 2013-11-03
評価 4.33/5 合計 6 レビュー
開発者 MJ Code
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.2",
    "name": "Plume: Super simple todolist",
    "description": "Super simple todolist",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "assets\/scripts\/page.js"
            ]
        }
    ]
}