Presentension! -Presentation + Extension-

You can draw on pages.

Presentension! -Presentation + Extension-คืออะไร?

Presentension! -Presentation + Extension- เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kurokky และคุณลักษณะหลักของมันคือ "You can draw on pages."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Presentension! -Presentation + Extension-

ดาวน์โหลดไฟล์ส่วนขยาย 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
}