Live to Learn

Keep up with the latest from LivetoLearn.in.

Live to Learn là gì?

Live to Learn là một tiện ích mở rộng Chrome được phát triển bởi https://www.livetolearn.in, và tính năng chính của nó là "Keep up with the latest from LivetoLearn.in.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Live to Learn

Tải xuống các tệp mở rộng Live to Learn dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Live to Learn Live to Learn
ID empdliehfpamgbgfcidbfpdnegkbfhfa
URL Chính Thức https://chromewebstore.google.com/detail/live-to-learn/empdliehfpamgbgfcidbfpdnegkbfhfa
Mô tả Keep up with the latest from LivetoLearn.in.
Kích Thước Tệp 106 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2014-05-15
Ngày Phát Hành 2014-05-15
Nhà Phát Triển https://www.livetolearn.in
Loại Thanh Toán free
Trang Web Mở Rộng http://www.livetolearn.in/
URL Trang Trợ Giúp http://www.livetolearn.in/site/contact
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}