Equation Slides

Insert equations in Google Slides

Equation Slides là gì?

Equation Slides là một tiện ích mở rộng Chrome được phát triển bởi extparkapp, và tính năng chính của nó là "Insert equations in Google Slides".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Equation Slides

Tải xuống các tệp mở rộng Equation Slides dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Equation Slides Equation Slides
ID gckicjehagnonikeodfafohfpmjlkfip
URL Chính Thức https://chromewebstore.google.com/detail/equation-slides/gckicjehagnonikeodfafohfpmjlkfip
Mô tả Insert equations in Google Slides
Kích Thước Tệp 27.53 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-12-25
Ngày Phát Hành 2020-12-20
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển extparkapp
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Yash-Singh1/equation-slides#readme
URL Trang Trợ Giúp https://github.com/Yash-Singh1/equation-slides/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}