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.”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 Flash Enabler Flash Enabler
ID kfhleokighmnjbhlogpbdkgfklnnchif
官方URL 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\/*"
        ]
    }
}