Mokaly Screen Recorder

Screen Recorder with upload to Google Drive

Mokaly Screen Recorderคืออะไร?

Mokaly Screen Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mokaly.com และคุณลักษณะหลักของมันคือ "Screen Recorder with upload to Google Drive"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mokaly Screen Recorder

ดาวน์โหลดไฟล์ส่วนขยาย Mokaly Screen Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Powerful screen recorder for Chrome. Capture, annotate, edit and more.
You can record and create notes on your screen, for as long as you want. Make recordings, upload them to Google Drive and share it easily.

After upload, the shareble link is copied to cliboard.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mokaly Screen Recorder Mokaly Screen Recorder
ID pinkdfghepfkmnimdkcbbifhimkipdlp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mokaly-screen-recorder/pinkdfghepfkmnimdkcbbifhimkipdlp
คำอธิบาย Screen Recorder with upload to Google Drive
ขนาดไฟล์ 6.02 MB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 2.7.28
อัปเดตครั้งล่าสุด 2021-06-09
วันที่เผยแพร่ 2021-06-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://mokaly.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.mokaly.com/?utm_source=mokaly_screenrecorder_ext
URL หน้าช่วยเหลือ https://www.mokaly.com/?utm_source=mokaly_screenrecorder_ext_support
URL หน้านโยบายความเป็นส่วนตัว https://www.mokaly.com/en-us/privacy-policy.html
ภาษาที่รองรับ id,de,en,fr,tr,ca,es,it,pl,pt-BR,pt-PT,ru,hi,ta,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mokaly Screen Recorder",
    "description": "Screen Recorder with upload to Google Drive",
    "offline_enabled": true,
    "version": "2.7.28",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "oauth2": {
        "client_id": "386392273014-unf3lgva95qssi669n6gb9n0vlqq25nr.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appdata",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/extension-icons\/logo-32.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "assets\/extension-icons\/logo-16.png",
        "128": "assets\/extension-icons\/logo-128.png",
        "48": "assets\/extension-icons\/logo-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/detect.js"
            ]
        }
    ],
    "permissions": [
        "",
        "activeTab",
        "tabCapture",
        "tabs",
        "downloads",
        "storage",
        "identity",
        "https:\/\/www.googleapis.com\/*"
    ],
    "web_accessible_resources": [
        "html\/camera.html",
        "html\/sources.html",
        "html\/settings.html",
        "js\/content.js",
        "css\/content.css",
        "assets\/images\/*",
        "js\/sources.js",
        "js\/cameracontent.js",
        "css\/cameracontent.css",
        "js\/libraries\/plyr.min.js",
        "css\/libraries\/plyr.min.css",
        "js\/audiosources.js",
        "html\/audiosources.html"
    ],
    "commands": {
        "cancel": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "__MSG_extCancel__"
        },
        "mute\/unmute": {
            "suggested_key": {
                "default": "Alt+M",
                "mac": "Alt+M"
            },
            "description": "__MSG_extMute__"
        },
        "stop": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "__MSG_extStop__"
        },
        "pause\/resume": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Alt+P"
            },
            "description": "__MSG_extPause__"
        }
    }
}