Presentension! -Presentation + Extension-

You can draw on pages.

What is Presentension! -Presentation + Extension-?

Presentension! -Presentation + Extension- is a Chrome extension developed by kurokky, and its main feature is "You can draw on pages.".

Extension Screenshots

screenshot

Download Presentension! -Presentation + Extension- Extension CRX File

Download Presentension! -Presentation + Extension- extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Presentension! -Presentation + Extension- Presentension! -Presentation + Extension-
ID aegpmieedgglegodcgdfdhchkfhnbdhd
Official URL https://chromewebstore.google.com/detail/presentension-presentatio/aegpmieedgglegodcgdfdhchkfhnbdhd
Description You can draw on pages.
File Size 84.32 KB
Installation Count 135
Current Version 1.0.5
Last Updated 2023-02-09
Publish Date 2021-10-07
Rating 5.00/5 Total 1 Ratings
Developer kurokky
Email [email protected]
Payment Type free
Extension Website https://bu-kurokky.github.io/presentension/index.html
Supported Languages 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
}