Only Browser Recorder

A clean, direct and functional browser based recorder.

Only Browser Recorder란 무엇입니까?

Only Browser Recorder은(는) https://hjgmm1.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A clean, direct and functional browser based recorder."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Only Browser Recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - 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
}