Vidline Screen Recorder

Quickly record screen with audio and camera. Instantly share videos with one click.

什么是Vidline Screen Recorder?

Vidline Screen Recorder是由https://vidline.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly record screen with audio and camera. Instantly share videos with one click.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Vidline Screen Recorder扩展crx文件

下载Vidline Screen Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Vidline helps you to record your screen and cam quickly, and share the recording instantly. 

You can record screen with camera and audio, share videos instantly with links, collaborate with teams, upload recordings to the cloud, or download videos, and more! Get Vidline now for free! No ads! No recording time limits!

KEY FEATURE
⏺️ Record screen, camera, microphone and system audio
🔗 Share recordings instantly with links, viewers could watch the video without login
🔒 Choose if viewers could download and save your shared videos
💾 Save videos to the cloud, without occupying your computer space
⏬ Download HD screen recording files without watermark
💬 Comment and interact with people on videos
🖌️ Mark contents and explain clearly through annotation tools
🎬 Right click web to start recording quickly
🖥 Manage recorded videos easily in the video library
📀 Record videos of different resolution at 720p, 1080p, 2k and 4k

RECORD SCREEN
- Record videos at full screen, in a window, a browser tab, or custom area
- Record system audio, microphone, output Bluetooth, earphone, voice
- Select cloud recordings, recorded videos will directly save to the cloud, with no space occupied
- Select local recordings, recorded videos will directly save to your computer

RECORDING SCENARIO
- Study: record videos of online courses and remote teaching, connect educators and students, record screen of research reports, useful information
- Work: Screen record business meetings, zoom meetings and personal presentation
- Entertain: Screencastify game videos, and share them with friends and family, capture live stream, facecam reaction, music video, Youtube video
- Daily life: Record everything you think that is worth stored and memorized

VIDEO NOTES FOR WORK
- Create workspaces for teams to collaborate, store materials
- Leave time-based comments, tag team members to notify them
- Get notified immediately when someone comments
- Save time for meeting arrangements

ABOUT VIDLINE
Vidline is a video recorder created for hybrid workplaces and remote workers. There are now countless uses for short videos in the workplace from daily standups to online classes, from bug reports to design demos. Vidline is trying to be the best easy-to-use screen recorder extension to help improve video communication and productivity in work, study and daily life.

If you have any questions or feedback, please feel free to contact us at [email protected]. We’ll be always here to help along the way.                    

扩展基本信息

名称 Vidline Screen Recorder Vidline Screen Recorder
ID peaiabjigdmcjiigljknblkdmllgmklp
官方URL https://chromewebstore.google.com/detail/vidline-screen-recorder/peaiabjigdmcjiigljknblkdmllgmklp
简介 Quickly record screen with audio and camera. Instantly share videos with one click.
文件大小 3.53 MB
安装次数 32,881
当前版本 0.1.71
更新时间 2023-03-02
上架时间 2021-07-18
评分 4.73/5 共176次评分
开发者 https://vidline.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://vidline.com/
隐私政策页面URL https://sider.ai/privacy.html
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "version": "0.1.71",
    "version_name": "0.1.71",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "icons": {
        "48": ".\/logo_48.png",
        "128": ".\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "vendors.bundle.js",
                "runtime.bundle.js",
                "frames.bundle.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "vendors.bundle.js",
            "runtime.bundle.js",
            "background.bundle.js",
            "mp4_muxer.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "__MSG_browser_action_title__",
        "default_popup": "popup.html?mode=popup"
    },
    "web_accessible_resources": [
        "logo.png",
        "camera-video.html",
        "get-access.html",
        "upload.html",
        "static\/*",
        "fonts\/*",
        "models\/*",
        "tflite\/*",
        "backgrounds\/*",
        "mp4_muxer.wasm",
        "mp4_muxer.worker.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/vidline.com\/*",
            "https:\/\/*.vidline.com\/*"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "mac": "MacCtrl+Command+V"
            }
        },
        "start_or_stop": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Command+S"
            },
            "description": "__MSG_shortcuts_start_or_stop__"
        },
        "pause_or_resume": {
            "suggested_key": {
                "default": "Ctrl+Shift+R",
                "mac": "MacCtrl+Command+R"
            },
            "description": "__MSG_shortcuts_pause_or_resume__"
        }
    },
    "permissions": [
        "*:\/\/*.vidline.com\/*",
        "",
        "cookies",
        "desktopCapture",
        "tabCapture",
        "notifications",
        "activeTab",
        "unlimitedStorage",
        "contextMenus",
        "idle",
        "power"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "offline_enabled": true
}