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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}