Flash Enabler
This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.
Qu'est-ce que Flash Enabler ?
Flash Enabler est une extension Chrome développée par K12 Inc, et sa fonction principale est "This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Flash Enabler
Téléchargez les fichiers d'extension Flash Enabler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | kfhleokighmnjbhlogpbdkgfklnnchif |
URL Officiel | https://chrome.google.com/webstore/detail/flash-enabler/kfhleokighmnjbhlogpbdkgfklnnchif |
Description | This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content. |
Taille du Fichier | 4.8 KB |
Nombre d'Installations | 100,000 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2019-05-02 |
Date de Publication | 2019-05-02 |
Évaluation | 3.43/5 Total 21 Évaluations |
Développeur | K12 Inc |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } } |