Presentension! -Presentation + Extension-

You can draw on pages.

Presentension! -Presentation + Extension- là gì?

Presentension! -Presentation + Extension- là một tiện ích mở rộng Chrome được phát triển bởi kurokky, và tính năng chính của nó là "You can draw on pages.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Presentension! -Presentation + Extension-

Tải xuống các tệp mở rộng Presentension! -Presentation + Extension- 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

                        This extension has been developed for online teachers, designers, engineers, working people on the network
You can draw(annotate) over your current page when you use this extension.
Using this will free you from the stress of explaining and make you happy.                    

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

Tên Presentension! -Presentation + Extension- Presentension! -Presentation + Extension-
ID aegpmieedgglegodcgdfdhchkfhnbdhd
URL Chính Thức https://chromewebstore.google.com/detail/presentension-presentatio/aegpmieedgglegodcgdfdhchkfhnbdhd
Mô tả You can draw on pages.
Kích Thước Tệp 84.32 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-02-09
Ngày Phát Hành 2021-10-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển kurokky
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bu-kurokky.github.io/presentension/index.html
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5",
    "default_locale": "en",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "lib\/html2canvas.min.js",
                "lib\/shortcut.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_title": "__MSG_ext_name__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "manifest_version": 2
}