Lithium
This is a simple extension for a to-do list that syncs across Chromes.
What is Lithium?
Lithium is a Chrome extension developed by joe.chee, and its main feature is "This is a simple extension for a to-do list that syncs across Chromes.".
Extension Screenshots
Download Lithium Extension CRX File
Download Lithium extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | kicicjbllaeofheiflnhalipknpnbcdk |
| Official URL | https://chromewebstore.google.com/detail/lithium/kicicjbllaeofheiflnhalipknpnbcdk |
| Description | This is a simple extension for a to-do list that syncs across Chromes. |
| File Size | 14.24 KB |
| Installation Count | 51 |
| Current Version | 1.0.3 |
| Last Updated | 2013-09-05 |
| Publish Date | 2013-09-05 |
| Rating | 5.00/5 Total 9 Ratings |
| Developer | joe.chee |
| Payment Type | free |
| Supported Languages | 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'"
} | |