Equation Slides

Insert equations in Google Slides

What is Equation Slides?

Equation Slides is a Chrome extension developed by extparkapp, and its main feature is "Insert equations in Google Slides".

Extension Screenshots

screenshot
screenshot
screenshot

Download Equation Slides Extension CRX File

Download Equation Slides extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Equation Slides Equation Slides
ID gckicjehagnonikeodfafohfpmjlkfip
Official URL https://chromewebstore.google.com/detail/equation-slides/gckicjehagnonikeodfafohfpmjlkfip
Description Insert equations in Google Slides
File Size 27.53 KB
Installation Count 46
Current Version 1.2
Last Updated 2020-12-25
Publish Date 2020-12-20
Rating 5.00/5 Total 3 Ratings
Developer extparkapp
Email [email protected]
Payment Type free
Extension Website https://github.com/Yash-Singh1/equation-slides#readme
Help Page URL https://github.com/Yash-Singh1/equation-slides/issues
Supported Languages 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"
    }
}