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
公式URL 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
Eメール [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"
    }
}