Lithium
This is a simple extension for a to-do list that syncs across Chromes.
Was ist Lithium?
Lithium ist eine Chrome-Erweiterung, die von joe.chee entwickelt wurde, und ihr Hauptmerkmal ist "This is a simple extension for a to-do list that syncs across Chromes.".
Erweiterungsscreenshots
Lithium-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lithium-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | kicicjbllaeofheiflnhalipknpnbcdk |
Offizielle URL | https://chromewebstore.google.com/detail/lithium/kicicjbllaeofheiflnhalipknpnbcdk |
Beschreibung | This is a simple extension for a to-do list that syncs across Chromes. |
Dateigröße | 14.24 KB |
Installationsanzahl | 51 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2013-09-05 |
Veröffentlichungsdatum | 2013-09-05 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | joe.chee |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |