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
Eメール [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
}