Lithium

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

Wat is Lithium?

Lithium is een Chrome-extensie ontwikkeld door joe.chee, en de belangrijkste functie is "This is a simple extension for a to-do list that syncs across Chromes.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lithium

Download Lithium-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Lithium Lithium
ID kicicjbllaeofheiflnhalipknpnbcdk
Officiële URL https://chromewebstore.google.com/detail/lithium/kicicjbllaeofheiflnhalipknpnbcdk
Beschrijving This is a simple extension for a to-do list that syncs across Chromes.
Bestandsgrootte 14.24 KB
Aantal Installaties 51
Huidige Versie 1.0.3
Laatst Bijgewerkt 2013-09-05
Publicatiedatum 2013-09-05
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar joe.chee
Betalingswijze free
Ondersteunde Talen 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'"
}