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
官方網址 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
}