Equation Slides

Insert equations in Google Slides

ما هو Equation Slides؟

Equation Slides هو إضافة Chrome تم تطويرها بواسطة extparkapp، والميزة الرئيسية لها هي "Insert equations in Google Slides".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Equation Slides

قم بتنزيل ملفات الامتداد Equation Slides بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Equation Slides is a simple to use open-source chrome extension for inserting equations in Google Slides. The documentation is on https://github.com/Yash-Singh1/equation-slides#readme                    

معلومات أساسية عن التمديد

الاسم Equation Slides Equation Slides
ID gckicjehagnonikeodfafohfpmjlkfip
عنوان URL الرسمي https://chromewebstore.google.com/detail/equation-slides/gckicjehagnonikeodfafohfpmjlkfip
الوصف Insert equations in Google Slides
حجم الملف 27.53 KB
عدد التثبيتات 46
النسخة الحالية 1.2
آخر تحديث 2020-12-25
تاريخ النشر 2020-12-20
تقييم 5.00/5 مجموع تقييمات 3
المطور extparkapp
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Yash-Singh1/equation-slides#readme
عنوان صفحة المساعدة https://github.com/Yash-Singh1/equation-slides/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Equation Slides",
    "version": "1.2",
    "description": "Insert equations in Google Slides",
    "background": {
        "matches": [
            ""
        ],
        "all_frames": true,
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "declarativeContent",
        "activeTab",
        "storage"
    ],
    "manifest_version": 2,
    "page_action": {
        "default_popup": "popup.html",
        "default_title": "Equation Slides"
    },
    "icons": {
        "128": "img\/icon.png"
    }
}