Screen Recorder

Easily record screen, tab or window and save video in one click

Screen Recorderคืออะไร?

Screen Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย manzoshi246 และคุณลักษณะหลักของมันคือ "Easily record screen, tab or window and save video in one click"

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

screenshot

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

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

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

                        Improve your browser with awesome and free extension. Screen recorder has simple and user-friendly interface and saves the video really fast, so you won`t waste your time. We`ve got ad-free and reliable extension for you to record your screen in simple manner. Extension has no hidden scripts to steal your data or mess with your device. If you need simple and reliable screen video recorder then this extension is what you were looking for. It`s pretty easy to work with this extension and it doesn`t weigh a lot. Extension is designed for one thing only - record screen in high quality. You`ve got a task to record your screen and we`ve got an answer – new screen capture extension. Record, edit and share your professional-looking videos instantly. Installation process needs no explanations – just one click and done. You can capture your desktop, the whole screen, current chrome tab or any other tabs from the list. Adjust all the setting in screen recorder in accordance to your needs and let`s get started. The extension is absolutely free, has no ads and no watermarks on recording. Screen video recorder will give your exactly what you were looking for. It`s just a simple and reliable extension that works flawlessly. High quality screen capture and fast video saving is provided by the extension. Don`t hesitate and join the community of satisfied users.                    

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

ชื่อ Screen Recorder Screen Recorder
ID jbdbnkeheabojehakoafinbaefkgfiog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screen-recorder/jbdbnkeheabojehakoafinbaefkgfiog
คำอธิบาย Easily record screen, tab or window and save video in one click
ขนาดไฟล์ 17.77 KB
จำนวนการติดตั้ง 4,693
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2022-08-02
วันที่เผยแพร่ 2021-05-23
คะแนน 3.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา manzoshi246
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "Easily record screen, tab or window and save video in one click",
    "short_name": "Display video recorder",
    "version": "1.4",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "",
        "storage",
        "downloads"
    ],
    "offline_enabled": true,
    "icons": {
        "128": "record.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "olfena\/prita.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "record.png"
        },
        "default_popup": "manaha\/petra\/indom.html"
    },
    "background": {
        "scripts": [
            "manaha\/merna.js"
        ]
    }
}