Khan Academy Extension
This extension allows users to watch Khan Academy Videos without opening up a new tab and cluttering their browser. Learning never…
Khan Academy Extensionとは何ですか?
Khan Academy ExtensionはArchit Rathiによって開発されたChromeの拡張機能で、その主な機能は「This extension allows users to watch Khan Academy Videos without opening up a new tab and cluttering their browser. Learning never…」です。
拡張機能のスクリーンショット
Khan Academy Extension拡張機能のCRXファイルをダウンロード
Khan Academy Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows users to watch Khan Academy Videos without opening up a new tab and cluttering their browser. Learning never became so easy. *This extension wasn't created by Khan Academy.
拡張機能の基本情報
名前 | |
ID | iihggeffmcclmliiialenioihicpfaab |
公式URL | https://chromewebstore.google.com/detail/khan-academy-extension/iihggeffmcclmliiialenioihicpfaab |
説明 | This extension allows users to watch Khan Academy Videos without opening up a new tab and cluttering their browser. Learning never… |
ファイルサイズ | 74.85 KB |
インストール数 | 132,938 |
現在のバージョン | 1.0 |
最終更新日 | 2015-12-01 |
公開日 | 2015-11-30 |
評価 | 3.31/5 合計 13 レビュー |
開発者 | Archit Rathi |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Khan Academy Extension", "description": "", "version": "1.0", "browser_action": { "default_popup": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "icons": { "48": "48.png", "128": "128.png" } } |