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
官方URL 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
}