APEX - Best Screenshot & Screen Recorder

The best screenshot and screen recording tool, completely free, to quickly share screens and capture entire pages

APEX - Best Screenshot & Screen Recorderคืออะไร?

APEX - Best Screenshot & Screen Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mime และคุณลักษณะหลักของมันคือ "The best screenshot and screen recording tool, completely free, to quickly share screens and capture entire pages"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย APEX - Best Screenshot & Screen Recorder

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

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

                        This is a powerful two-in-one tool for recording and capturing screenshots. You don't need multiple extensions to record videos or share screenshots.

Features
:
Completely free
No login required
No watermark

Unlimited time

Easy-to-use controls

Instant saving

Multifunctional Screen Recorder

Desktop Recorder
You can record anything you want on your desktop, such as every video you watch, every game you play, every software you operate, or every courseware you make can be recorded and saved in HD;

Browser TAB page Recorder
It can accurately capture the specified window in the browser, does not affect your browsing other pages or work, to provide you with more accurate screen recording experience;

Camera Recorder
It can not only record the camera alone, but also enable the camera when recording the desktop/browser window to achieve a "picture in picture" recording effect, making your video more colorful;

Voice Recorder
Supports recording system sound, microphone sound, or both. You can choose freely;

Annotation video

A variety of graphic annotation tools are provided to mark and annotate the recorded video at any time


Multifunctional screenshot

Capture Full Page
No matter how long the page is, you can turn the page into a picture for easy editing and sharing.

Capture visual area
Quickly capture the viewable area of the current browser page

Capture Freely


Drag and drop to capture anything you want

Edit the screenshots
Powerful annotation tools to annotate captured images, such as boxes, circles, arrows, free brushes, highlights, paint, etc

Save


Multiple save options, you can save screenshots as PDF, PNG and JPEG, or copy screenshots to clipboard                    

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

ชื่อ APEX - Best Screenshot & Screen Recorder APEX - Best Screenshot & Screen Recorder
ID igkkmokkmlbkkgdnkkancbonkbbmkioc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/apex-best-screenshot-scre/igkkmokkmlbkkgdnkkancbonkbbmkioc
คำอธิบาย The best screenshot and screen recording tool, completely free, to quickly share screens and capture entire pages
ขนาดไฟล์ 11.13 MB
จำนวนการติดตั้ง 274,001
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2023-06-09
วันที่เผยแพร่ 2021-09-16
คะแนน 3.50/5 รวมทั้งหมด 216 คะแนน
ผู้พัฒนา Mime
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://static.screen-master.com/privacy.html
ภาษาที่รองรับ en,es,pt-BR,pt-PT,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_default_title__",
    "default_locale": "en",
    "version": "2.0.2",
    "description": "__MSG_description__",
    "background": {
        "service_worker": ".\/background.js"
    },
    "manifest_version": 3,
    "options_page": "options\/options.html",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "assets\/logo\/logo_x48.png"
    },
    "icons": {
        "16": "assets\/logo\/logo_x16.png",
        "48": "assets\/logo\/logo_x48.png",
        "128": "assets\/logo\/logo_x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/recordScreenContent.css"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/recordTabs.css"
            ],
            "js": [
                "content\/recordTabs.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "ct.bundle.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabCapture",
        "tabs",
        "activeTab",
        "downloads",
        "scripting",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src-elem 'wasm-unsafe-eval'; script-src 'self'",
        "script-src-elem": [
            "wasm-unsafe-eval"
        ],
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}