Lithium

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

ما هو Lithium؟

Lithium هو إضافة Chrome تم تطويرها بواسطة joe.chee، والميزة الرئيسية لها هي "This is a simple extension for a to-do list that syncs across Chromes.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Lithium

قم بتنزيل ملفات الامتداد Lithium بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Lithium Lithium
ID kicicjbllaeofheiflnhalipknpnbcdk
عنوان URL الرسمي https://chromewebstore.google.com/detail/lithium/kicicjbllaeofheiflnhalipknpnbcdk
الوصف This is a simple extension for a to-do list that syncs across Chromes.
حجم الملف 14.24 KB
عدد التثبيتات 51
النسخة الحالية 1.0.3
آخر تحديث 2013-09-05
تاريخ النشر 2013-09-05
تقييم 5.00/5 مجموع تقييمات 9
المطور joe.chee
نوع الدفع free
اللغات المدعومة 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'"
}