Flash Enabler
This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.
什麼是Flash Enabler?
Flash Enabler是由K12 Inc開發的Chrome擴展程式,該擴展的主要功能是“This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.”。
擴展截圖
下載Flash Enabler擴展crx文件
下載Flash Enabler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | kfhleokighmnjbhlogpbdkgfklnnchif |
官方網址 | https://chrome.google.com/webstore/detail/flash-enabler/kfhleokighmnjbhlogpbdkgfklnnchif |
簡介 | This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content. |
檔案大小 | 4.8 KB |
安裝次數 | 100,000 |
目前版本 | 1.5 |
更新時間 | 2019-05-02 |
上架時間 | 2019-05-02 |
評分 | 3.43/5 共 21 次評分 |
開發者 | K12 Inc |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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\/*" ] } } |