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 |
公式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" } } |