Custom colors for desmos
Use custom colors and more in Desmos to beautify your graphs
Custom colors for desmosคืออะไร?
Custom colors for desmos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ElFisho Dev และคุณลักษณะหลักของมันคือ "Use custom colors and more in Desmos to beautify your graphs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom colors for desmos
ดาวน์โหลดไฟล์ส่วนขยาย Custom colors for desmos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows for several changes to Desmos graphing calculator including: - change the 9 default Desmos colors to 12 custom colors - Advanced Styling (add a text outline to labels and/or make them editable) - Show/hide/create hidden folders Add any color you want to the menu to make your graphs more informative and colorful! Please enjoy and feel free to suggest feedback. v0.0.4 fixed a compromising bug and changed the number of colors from 9 to 12
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Custom colors for desmos |
ID | clcdbeolcdigfefgbhlgghepjfkpdlgi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/custom-colors-for-desmos/clcdbeolcdigfefgbhlgghepjfkpdlgi |
คำอธิบาย | Use custom colors and more in Desmos to beautify your graphs |
ขนาดไฟล์ | 42.99 KB |
จำนวนการติดตั้ง | 3,297 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2021-12-08 |
วันที่เผยแพร่ | 2020-10-18 |
คะแนน | 3.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | ElFisho Dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.desmos.com/calculator |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom colors for desmos", "version": "0.0.4", "manifest_version": 2, "description": "Use custom colors and more in Desmos to beautify your graphs", "homepage_url": "http:\/\/desmos.com\/calculator", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/@shoelace-style\/[email protected]\/dist\/shoelace\/; object-src 'self'", "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "https:\/\/www.desmos.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.desmos.com\/*" ], "js": [ "src\/inject\/content_script.js" ], "run-at": "document-end" } ] } |