Daymap Simple
Changes the cluttered style of Daymap to a more simplistic one, Almost done!
Daymap Simpleคืออะไร?
Daymap Simple เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sidney Bruneder และคุณลักษณะหลักของมันคือ "Changes the cluttered style of Daymap to a more simplistic one, Almost done!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Daymap Simple
ดาวน์โหลดไฟล์ส่วนขยาย Daymap Simple ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
[Remix Your Daymap!] This is a small script for Chrome made for G.I.H.S. Students to be able to tolerate Daymap 9. It's still in Alpha, and a few features are broken but I am working on it. If you'd like this script adapted for another school system contact me. Suggestions -> https://goo.gl/forms/dFMDgPkjEyP4rRf43 Note: I haven't had access to Daymap LMS for a long time, so I cannot test fixes or features. 0.8.5 Update: -Optimised Loading Speed 0.8.4 Update: -Drop down sticky notes -Messages on Dayplan (Togglable) -Daliy Access Skin (Togglable) 0.7.5 Update: -Fixes Collision with Other Extensions 0.7.4 Update: -Bug fixes (font & color mods) -Settings fixes 0.7.1 Update: -Apprx. 90% Site Support -Bug Fixes 0.6.1 Update: -Speed fixes -Class Notes -Increased Site Support -Spelling Fixes -Updated Options Upcoming Features: -Color Picker -Popup Note Editor -Cloud Saving/Syncing Notes? -Menu Optimization (No More Deadlinks)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lckepmjmbpjnmfafelphjoahpkhcppid |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/daymap-simple/lckepmjmbpjnmfafelphjoahpkhcppid |
คำอธิบาย | Changes the cluttered style of Daymap to a more simplistic one, Almost done! |
ขนาดไฟล์ | 109 KB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 0.8.7 |
อัปเดตครั้งล่าสุด | 2022-05-04 |
วันที่เผยแพร่ | 2017-06-13 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Sidney Bruneder |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Daymap Simple", "version": "0.8.7", "manifest_version": 2, "description": "Changes the cluttered style of Daymap to a more simplistic one, Almost done!", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popupWindow.html", "default_title": "Daymap Simple" }, "options_ui": { "page": "options.html", "chrome_style": false, "open_in_tab": true }, "permissions": [ "*:\/\/daymap.gihs.sa.edu.au\/*", "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/daymap.gihs.sa.edu.au\/*" ], "css": [ "stylesheet.css" ], "js": [ "jquery-3.1.1.min.js", "trianglify.min.js", "contentscript.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "*:\/\/daymap.gihs.sa.edu.au\/CookieAuth.dll*", "*:\/\/da.gihs.sa.edu.au\/*" ], "css": [ "stylesheet.css" ], "js": [ "trianglify.min.js", "jquery-3.1.1.min.js", "contentscript.js", "da.js" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "*:\/\/daymap.gihs.sa.edu.au\/daymap\/*" ] }, "web_accessible_resources": [ "menu.svg", "save.svg", "m_message.svg", "trianglify.min.js" ] } |