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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| 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:\/\/*\/*"
]
}
]
} | |