Flash Enabler
This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.
Was ist Flash Enabler?
Flash Enabler ist eine Chrome-Erweiterung, die von K12 Inc entwickelt wurde, und ihr Hauptmerkmal ist "This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.".
Erweiterungsscreenshots
Flash Enabler-Erweiterungs-CRX-Datei herunterladen
Laden Sie Flash Enabler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kfhleokighmnjbhlogpbdkgfklnnchif |
Offizielle URL | https://chrome.google.com/webstore/detail/flash-enabler/kfhleokighmnjbhlogpbdkgfklnnchif |
Beschreibung | This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content. |
Dateigröße | 4.8 KB |
Installationsanzahl | 100,000 |
Aktuelle Version | 1.5 |
Letztes Update | 2019-05-02 |
Veröffentlichungsdatum | 2019-05-02 |
Bewertung | 3.43/5 Insgesamt 21 Bewertungen |
Entwickler | K12 Inc |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } } |