Flash Enabler
This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.
Co to jest Flash Enabler?
Flash Enabler to rozszerzenie Chrome opracowane przez K12 Inc, a jego główną funkcją jest „This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Flash Enabler
Pobierz pliki rozszerzeń Flash Enabler 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
Though we are working diligently to remove Adobe Flash content from our courses, there are still some courses that have not yet been updated. This extension will enable Flash support for the K12 Online School, K12 Online Middle School and High School, FuelEducation, A+nywhere and The Keystone School so that the courses with Flash will function as expected.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kfhleokighmnjbhlogpbdkgfklnnchif |
Oficjalny URL | https://chrome.google.com/webstore/detail/flash-enabler/kfhleokighmnjbhlogpbdkgfklnnchif |
Opis | This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content. |
Rozmiar pliku | 4.8 KB |
Liczba instalacji | 100,000 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2019-05-02 |
Data Publikacji | 2019-05-02 |
Ocena | 3.43/5 Łącznie 21 Oceny |
Deweloper | K12 Inc |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flash Enabler", "version": "1.5", "description": "This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "chrome_icon_blue_white.png" }, "permissions": [ "contentSettings", "activeTab" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.k12.com\/*", "*:\/\/*.brightspace.com\/*", "*:\/\/*.fueleducation.com\/*", "*:\/\/*.blackboard.com\/*", "*:\/\/*.aplusanywhere.com\/*" ] } } |