Presentension! -Presentation + Extension-

You can draw on pages.

Presentension! -Presentation + Extension- क्या है?

Presentension! -Presentation + Extension- kurokky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can draw on pages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Presentension! -Presentation + Extension- एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}