Live to Learn

Keep up with the latest from LivetoLearn.in.

Live to Learnคืออะไร?

Live to Learn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.livetolearn.in และคุณลักษณะหลักของมันคือ "Keep up with the latest from LivetoLearn.in."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Live to Learn

ดาวน์โหลดไฟล์ส่วนขยาย Live to Learn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Stay updated from the latest articles from LivetoLearn.in
Programming | Tips n Tricks | Computers & Internet News | Study Materials | Govt. Jobs - Recruitments | Discussions                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Live to Learn Live to Learn
ID empdliehfpamgbgfcidbfpdnegkbfhfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/live-to-learn/empdliehfpamgbgfcidbfpdnegkbfhfa
คำอธิบาย Keep up with the latest from LivetoLearn.in.
ขนาดไฟล์ 106 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2014-05-15
วันที่เผยแพร่ 2014-05-15
ผู้พัฒนา https://www.livetolearn.in
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.livetolearn.in/
URL หน้าช่วยเหลือ http://www.livetolearn.in/site/contact
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live to Learn",
    "version": "0.0.2",
    "description": "Keep up with the latest from LivetoLearn.in.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "http:\/\/www.livetolearn.in\/",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/feeds.feedburner.com\/livetolearn\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "LivetoLearn Notifier",
        "default_popup": "popup.html"
    }
}