Equation Slides

Insert equations in Google Slides

Co to jest Equation Slides?

Equation Slides to rozszerzenie Chrome opracowane przez extparkapp, a jego główną funkcją jest „Insert equations in Google Slides”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Equation Slides

Pobierz pliki rozszerzeń Equation Slides w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Equation Slides Equation Slides
ID gckicjehagnonikeodfafohfpmjlkfip
Oficjalny URL https://chromewebstore.google.com/detail/equation-slides/gckicjehagnonikeodfafohfpmjlkfip
Opis Insert equations in Google Slides
Rozmiar pliku 27.53 KB
Liczba instalacji 46
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2020-12-25
Data Publikacji 2020-12-20
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper extparkapp
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Yash-Singh1/equation-slides#readme
Adres URL Strony Pomocy https://github.com/Yash-Singh1/equation-slides/issues
Obsługiwane Języki 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"
    }
}