Equation Slides

Insert equations in Google Slides

Wat is Equation Slides?

Equation Slides is een Chrome-extensie ontwikkeld door extparkapp, en de belangrijkste functie is "Insert equations in Google Slides".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Equation Slides

Download Equation Slides-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Equation Slides Equation Slides
ID gckicjehagnonikeodfafohfpmjlkfip
Officiële URL https://chromewebstore.google.com/detail/equation-slides/gckicjehagnonikeodfafohfpmjlkfip
Beschrijving Insert equations in Google Slides
Bestandsgrootte 27.53 KB
Aantal Installaties 46
Huidige Versie 1.2
Laatst Bijgewerkt 2020-12-25
Publicatiedatum 2020-12-20
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar extparkapp
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Yash-Singh1/equation-slides#readme
Help Pagina-URL https://github.com/Yash-Singh1/equation-slides/issues
Ondersteunde Talen 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"
    }
}