Only Browser Recorder

A clean, direct and functional browser based recorder.

Only Browser Recorderคืออะไร?

Only Browser Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hjgmm1.com และคุณลักษณะหลักของมันคือ "A clean, direct and functional browser based recorder."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        - Video Record, Screen Capture, Image Annotate, Paint Draw.
- Lightweight extension under 100KB size.

"REC" - direct recording screen and audio to produce quality videos as needed.
"Screenshot" - providing a fast, easy and functional screenshot and image drawing tool.
The application interface is originally designed for multiple monitors user, you will find the user experience better with multiple monitors.

-No redirect page or web for download required.
-No further setting page needed.
-No video or image file keeping.
-Up to 4k, 1080p or 720p video quality.
-Small and clean source code size under 100KB.
-One page interface design, two clicks to finish download.
-Camera will support at next version.

Due to the browser and device memory usage limitation, it is recommended to record not longer than 30 minutes per video.
For video of long duration recording, please use 720p resolution quality to reduce the size of the video.
Besides using a video player, you can simply drop the downloaded video file to browser to open it.

Terms of Use: https://hjgmm1.com/app/productPolicy.html
Privacy Policy: https://hjgmm1.com/app/productPolicy2.html                    

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

ชื่อ Only Browser Recorder Only Browser Recorder
ID icbjohkhackfonehoaabfijgdlnmbekl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/only-browser-recorder/icbjohkhackfonehoaabfijgdlnmbekl
คำอธิบาย A clean, direct and functional browser based recorder.
ขนาดไฟล์ 75.43 KB
จำนวนการติดตั้ง 619
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2021-03-09
วันที่เผยแพร่ 2020-06-10
ผู้พัฒนา https://hjgmm1.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://hjgmm1.com/app/process.html
URL หน้านโยบายความเป็นส่วนตัว https://hjgmm1.com/app/productPolicy2.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Only Browser Recorder",
    "version": "1.8",
    "description": "A clean, direct and functional browser based recorder.",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabCapture",
        "desktopCapture",
        "downloads",
        "https:\/\/hjgmm1.com\/app\/"
    ],
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "page_action": {
        "default_icon": "images\/icon62_128.png",
        "default_popup": "main.html"
    },
    "author": "[email protected]",
    "icons": {
        "16": "images\/icon62_16.png",
        "32": "images\/icon62_32.png",
        "48": "images\/icon62_48.png",
        "128": "images\/icon62_128.png"
    },
    "manifest_version": 2
}