Equation Slides

Insert equations in Google Slides

什麼是Equation Slides?

Equation Slides是由extparkapp開發的Chrome擴展程式,該擴展的主要功能是“Insert equations in Google Slides”。

擴展截圖

screenshot
screenshot
screenshot

下載Equation Slides擴展crx文件

下載Equation Slides擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL 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"
    }
}