Live to Learn
Keep up with the latest from LivetoLearn.in.
什麼是Live to Learn?
Live to Learn是由https://www.livetolearn.in開發的Chrome擴展程式,該擴展的主要功能是“Keep up with the latest from LivetoLearn.in.”。
擴展截圖
下載Live to Learn擴展crx文件
下載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 |
ID | empdliehfpamgbgfcidbfpdnegkbfhfa |
官方網址 | 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" } } |