Khan Academy Extension
This extension allows users to watch Khan Academy Videos without opening up a new tab and cluttering their browser. Learning never…
What is Khan Academy Extension?
Khan Academy Extension is a Chrome extension developed by Archit Rathi, and its main feature is "This extension allows users to watch Khan Academy Videos without opening up a new tab and cluttering their browser. Learning never…".
Extension Screenshots
Download Khan Academy Extension Extension CRX File
Download Khan Academy Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | iihggeffmcclmliiialenioihicpfaab |
Official URL | https://chromewebstore.google.com/detail/khan-academy-extension/iihggeffmcclmliiialenioihicpfaab |
Description | This extension allows users to watch Khan Academy Videos without opening up a new tab and cluttering their browser. Learning never… |
File Size | 74.85 KB |
Installation Count | 132,938 |
Current Version | 1.0 |
Last Updated | 2015-12-01 |
Publish Date | 2015-11-30 |
Rating | 3.31/5 Total 13 Ratings |
Developer | Archit Rathi |
Payment Type | free |
Supported Languages | 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" } } |