Flash Enabler
This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content.
Flash Enablerคืออะไร?
Flash Enabler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย K12 Inc และคุณลักษณะหลักของมันคือ "This extension will enable Flash for K12, FuelEducation, Keystone, and A+nywhere hosted content."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flash Enabler
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/*" ] } } |