Flash Enabler
This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.
Wat is Flash Enabler?
Flash Enabler is een Chrome-extensie ontwikkeld door K12 Inc, en de belangrijkste functie is "This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.".
Extensie Screenshots
Download het CRX-bestand van de extensie Flash Enabler
Download Flash Enabler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kfhleokighmnjbhlogpbdkgfklnnchif |
Officiële URL | https://chrome.google.com/webstore/detail/flash-enabler/kfhleokighmnjbhlogpbdkgfklnnchif |
Beschrijving | This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content. |
Bestandsgrootte | 4.8 KB |
Aantal Installaties | 100,000 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2019-05-02 |
Publicatiedatum | 2019-05-02 |
Beoordeling | 3.43/5 Totaal 21 Beoordelingen |
Ontwikkelaar | K12 Inc |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } } |