Stuff To Do

Simple to-do list in a browser -- everything is automatically saved.

Stuff To Doとは何ですか?

Stuff To Doはkgによって開発されたChromeの拡張機能で、その主な機能は「Simple to-do list in a browser -- everything is automatically saved.」です。

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

screenshot

Stuff To Do拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is a simple & quick way to manage your TO-DO list in a separate tab. Just click and go! Everything is automatically saved, so you can close the tab at anytime and nothing is lost.                    

拡張機能の基本情報

名前 Stuff To Do Stuff To Do
ID odniioffonljijkkpkheimndcifoeidi
公式URL https://chrome.google.com/webstore/detail/stuff-to-do/odniioffonljijkkpkheimndcifoeidi
説明 Simple to-do list in a browser -- everything is automatically saved.
ファイルサイズ 17.21 KB
インストール数 60
現在のバージョン 1.2
最終更新日 2013-06-02
公開日 2013-06-02
評価 5.00/5 合計 1 レビュー
開発者 kg
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stuff To Do",
    "version": "1.2",
    "description": "Simple to-do list in a browser -- everything is automatically saved.",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}