Schoology Fixer
This extension alters the look and feel of the schoology webpage according to user preference
Schoology Fixerคืออะไร?
Schoology Fixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย williamspencerdev และคุณลักษณะหลักของมันคือ "This extension alters the look and feel of the schoology webpage according to user preference"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Schoology Fixer
ดาวน์โหลดไฟล์ส่วนขยาย Schoology Fixer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Google Chrome extension effects the following changes on the Schoology webpage: It affixes the taskbar to the top of the window such that its position remains constant independent of scroll position. If hides all assignments marked as overdue by Schoology such that only upcoming assignments are visible. Each of these may be enabled or disabled by clicking on the icon in the top bar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Schoology Fixer |
ID | mecodadpcihocjelfkpnmnmmejfljkpf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/schoology-fixer/mecodadpcihocjelfkpnmnmmejfljkpf |
คำอธิบาย | This extension alters the look and feel of the schoology webpage according to user preference |
ขนาดไฟล์ | 34.63 KB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2018-09-08 |
วันที่เผยแพร่ | 2018-09-08 |
ผู้พัฒนา | williamspencerdev |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Schoology Fixer", "description": "This extension alters the look and feel of the schoology webpage according to user preference", "version": "1.1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "SF Options" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/app.schoology.com\/*" ], "js": [ "jquery-3.1.1.min.js", "script.js" ] } ] } |