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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}