Presentension! -Presentation + Extension-

You can draw on pages.

Cos'è Presentension! -Presentation + Extension-?

Presentension! -Presentation + Extension- è un'estensione di Chrome sviluppata da kurokky, e la sua funzione principale è "You can draw on pages.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Presentension! -Presentation + Extension-

Scarica i file di estensione Presentension! -Presentation + Extension- in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Presentension! -Presentation + Extension- Presentension! -Presentation + Extension-
ID aegpmieedgglegodcgdfdhchkfhnbdhd
URL Ufficiale https://chromewebstore.google.com/detail/presentension-presentatio/aegpmieedgglegodcgdfdhchkfhnbdhd
Descrizione You can draw on pages.
Dimensione del File 84.32 KB
Conteggio Installazioni 135
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-02-09
Data di Pubblicazione 2021-10-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore kurokky
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://bu-kurokky.github.io/presentension/index.html
Lingue Supportate 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
}