Lithium
This is a simple extension for a to-do list that syncs across Chromes.
Vad är Lithium?
Lithium är en Chrome-tillägg utvecklad av joe.chee, och dess huvudfunktion är "This is a simple extension for a to-do list that syncs across Chromes.".
Tilläggsskärmbilder
Ladda ner Lithium-förlängningens CRX-fil
Ladda ner Lithium-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | kicicjbllaeofheiflnhalipknpnbcdk |
Officiell webbadress | https://chromewebstore.google.com/detail/lithium/kicicjbllaeofheiflnhalipknpnbcdk |
Beskrivning | This is a simple extension for a to-do list that syncs across Chromes. |
Filstorlek | 14.24 KB |
Antal Installationer | 51 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2013-09-05 |
Publiceringsdatum | 2013-09-05 |
Betyg | 5.00/5 Totalt 9 Betyg |
Utvecklare | joe.chee |
Betalningssätt | free |
Stödda Språk | 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'" } |