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 |
公式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 |
Eメール | [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\/*" ] } } |