Lithium

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

Hvad er Lithium?

Lithium er en Chrome-udvidelse udviklet af joe.chee, og dens hovedfunktion er "This is a simple extension for a to-do list that syncs across Chromes.".

Udvidelsesskærmbilleder

screenshot

Download Lithium-udvidelses-CRX-fil

Download Lithium-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Lithium Lithium
ID kicicjbllaeofheiflnhalipknpnbcdk
Officiel URL https://chromewebstore.google.com/detail/lithium/kicicjbllaeofheiflnhalipknpnbcdk
Beskrivelse This is a simple extension for a to-do list that syncs across Chromes.
Filstørrelse 14.24 KB
Antal Installationer 51
Nuværende Version 1.0.3
Senest Opdateret 2013-09-05
Udgivelsesdato 2013-09-05
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler joe.chee
Betalingsmetode free
Understøttede Sprog 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'"
}