Equation Slides

Insert equations in Google Slides

Vad är Equation Slides?

Equation Slides är en Chrome-tillägg utvecklad av extparkapp, och dess huvudfunktion är "Insert equations in Google Slides".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Equation Slides-förlängningens CRX-fil

Ladda ner Equation Slides-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Equation Slides Equation Slides
ID gckicjehagnonikeodfafohfpmjlkfip
Officiell webbadress https://chromewebstore.google.com/detail/equation-slides/gckicjehagnonikeodfafohfpmjlkfip
Beskrivning Insert equations in Google Slides
Filstorlek 27.53 KB
Antal Installationer 46
Aktuell Version 1.2
Senast Uppdaterad 2020-12-25
Publiceringsdatum 2020-12-20
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare extparkapp
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Yash-Singh1/equation-slides#readme
Hjälpsida URL https://github.com/Yash-Singh1/equation-slides/issues
Stödda Språk 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"
    }
}