Khan Academy Extension
This extension allows users to watch Khan Academy Videos without opening up a new tab and cluttering their browser. Learning never…
Apa itu Khan Academy Extension?
Khan Academy Extension adalah ekstensi Chrome yang dikembangkan oleh Archit Rathi, dan fitur utamanya adalah "This extension allows users to watch Khan Academy Videos without opening up a new tab and cluttering their browser. Learning never…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Khan Academy Extension
Unduh file ekstensi Khan Academy Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | iihggeffmcclmliiialenioihicpfaab |
URL Resmi | https://chromewebstore.google.com/detail/khan-academy-extension/iihggeffmcclmliiialenioihicpfaab |
Deskripsi | This extension allows users to watch Khan Academy Videos without opening up a new tab and cluttering their browser. Learning never… |
Ukuran File | 74.85 KB |
Jumlah Instalasi | 132,938 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-12-01 |
Tanggal Publikasi | 2015-11-30 |
Penilaian | 3.31/5 Total 13 Penilaian |
Pengembang | Archit Rathi |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |