Desmos Text I/O
import/export Desmos graphs as text (json).
Desmos Text I/Oคืออะไร?
Desmos Text I/O เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hyrodium และคุณลักษณะหลักของมันคือ "import/export Desmos graphs as text (json)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Desmos Text I/O
ดาวน์โหลดไฟล์ส่วนขยาย Desmos Text I/O ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension enables the import/export of desmos graphs in JSON format. With this feature, you will have the following benefits: - Customize your graphs (more colors, high-resolution images) - Save your graphs locally as text files. - Create desmos graphs in JSON format from other software.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Desmos Text I/O |
ID | ndjdcebpigpfidnilppdpcdkibidfmaa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/desmos-text-io/ndjdcebpigpfidnilppdpcdkibidfmaa |
คำอธิบาย | import/export Desmos graphs as text (json). |
ขนาดไฟล์ | 126 KB |
จำนวนการติดตั้ง | 299 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2023-03-24 |
วันที่เผยแพร่ | 2022-08-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | hyrodium |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/hyrodium/DesmosTextIO |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Desmos Text I\/O", "description": "import\/export Desmos graphs as text (json).", "version": "1.2.0", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_specific_settings": { "gecko": { "id": "{2904c92e-079c-424b-bcd4-e1d4ae624249}" } }, "content_scripts": [ { "js": [ "content.bundle.js" ], "matches": [ "https:\/\/www.desmos.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "injected.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |