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