Lithium

This is a simple extension for a to-do list that syncs across Chromes.

Lithiumとは何ですか?

Lithiumはjoe.cheeによって開発されたChromeの拡張機能で、その主な機能は「This is a simple extension for a to-do list that syncs across Chromes.」です。

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

screenshot

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

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

拡張機能の使用方法

                        The simplest open-source chrome to-do list that is saved across all instances of Google Chrome. 

Source code available at:

https://github.com/joechee/lithium                    

拡張機能の基本情報

名前 Lithium Lithium
ID kicicjbllaeofheiflnhalipknpnbcdk
公式URL https://chromewebstore.google.com/detail/lithium/kicicjbllaeofheiflnhalipknpnbcdk
説明 This is a simple extension for a to-do list that syncs across Chromes.
ファイルサイズ 14.24 KB
インストール数 51
現在のバージョン 1.0.3
最終更新日 2013-09-05
公開日 2013-09-05
評価 5.00/5 合計 9 レビュー
開発者 joe.chee
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lithium",
    "description": "This is a simple extension for a to-do list that syncs across Chromes.",
    "version": "1.0.3",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}