Presentension! -Presentation + Extension-

You can draw on pages.

什麼是Presentension! -Presentation + Extension-?

Presentension! -Presentation + Extension-是由kurokky開發的Chrome擴展程式,該擴展的主要功能是“You can draw on pages.”。

擴展截圖

screenshot

下載Presentension! -Presentation + Extension-擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Presentension! -Presentation + Extension- Presentension! -Presentation + Extension-
ID aegpmieedgglegodcgdfdhchkfhnbdhd
官方網址 https://chromewebstore.google.com/detail/presentension-presentatio/aegpmieedgglegodcgdfdhchkfhnbdhd
簡介 You can draw on pages.
檔案大小 84.32 KB
安裝次數 135
目前版本 1.0.5
更新時間 2023-02-09
上架時間 2021-10-07
評分 5.00/5 共 1 次評分
開發者 kurokky
電子郵箱 [email protected]
付費類型 free
擴展官網 https://bu-kurokky.github.io/presentension/index.html
支援的語言 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
}