Khan Academy Extension
This extension allows users to watch Khan Academy Videos without opening up a new tab and cluttering their browser. Learning never…
Co to jest Khan Academy Extension?
Khan Academy Extension to rozszerzenie Chrome opracowane przez Archit Rathi, a jego główną funkcją jest „This extension allows users to watch Khan Academy Videos without opening up a new tab and cluttering their browser. Learning never…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Khan Academy Extension
Pobierz pliki rozszerzeń Khan Academy Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | iihggeffmcclmliiialenioihicpfaab |
Oficjalny URL | https://chromewebstore.google.com/detail/khan-academy-extension/iihggeffmcclmliiialenioihicpfaab |
Opis | This extension allows users to watch Khan Academy Videos without opening up a new tab and cluttering their browser. Learning never… |
Rozmiar pliku | 74.85 KB |
Liczba instalacji | 132,938 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-12-01 |
Data Publikacji | 2015-11-30 |
Ocena | 3.31/5 Łącznie 13 Oceny |
Deweloper | Archit Rathi |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |