Q Todo

A minimal todo list app that opens with the click of a button.

Q Todoとは何ですか?

Q TodoはQueryによって開発されたChromeの拡張機能で、その主な機能は「A minimal todo list app that opens with the click of a button.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Q Todo is a clean, minimal todo app that opens in an extension popup and syncs accross devices for the easiest user interaction possible.

Q Todo is completely free. No hidden costs, no "premium only" features, nothing. It's completely free and completely open source, for anyone to use.                    

拡張機能の基本情報

名前 Q Todo Q Todo
ID gjohihdledaphmnmelialnhkkehommdk
公式URL https://chromewebstore.google.com/detail/q-todo/gjohihdledaphmnmelialnhkkehommdk
説明 A minimal todo list app that opens with the click of a button.
ファイルサイズ 10.21 KB
インストール数 364
現在のバージョン 1.0.3
最終更新日 2019-04-11
公開日 2019-04-11
評価 4.20/5 合計 5 レビュー
開発者 Query
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Q Todo",
    "description": "A minimal todo list app that opens with the click of a button.",
    "version": "1.0.3",
    "permissions": [
        "declarativeContent",
        "storage",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "background": {
        "page": "bg.html"
    },
    "incognito": "split",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Q Todo"
    },
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}