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.”。
扩展截图
下载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
扩展基本信息
名称 | |
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'" } |