Flash Enabler
This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.
Vad är Flash Enabler?
Flash Enabler är en Chrome-tillägg utvecklad av K12 Inc, och dess huvudfunktion är "This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.".
Tilläggsskärmbilder
Ladda ner Flash Enabler-förlängningens CRX-fil
Ladda ner Flash Enabler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | kfhleokighmnjbhlogpbdkgfklnnchif |
Officiell webbadress | https://chrome.google.com/webstore/detail/flash-enabler/kfhleokighmnjbhlogpbdkgfklnnchif |
Beskrivning | This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content. |
Filstorlek | 4.8 KB |
Antal Installationer | 100,000 |
Aktuell Version | 1.5 |
Senast Uppdaterad | 2019-05-02 |
Publiceringsdatum | 2019-05-02 |
Betyg | 3.43/5 Totalt 21 Betyg |
Utvecklare | K12 Inc |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } } |