Watch and Learn Screen Recording

Record your screen and share with others.

什麼是Watch and Learn Screen Recording?

Watch and Learn Screen Recording是由venturesanywhere-team開發的Chrome擴展程式,該擴展的主要功能是“Record your screen and share with others.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Watch and Learn Screen Recording擴展crx文件

下載Watch and Learn Screen Recording擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Watch and Learn app allows to record your screen and share videos one to one, in groups or timelines.
Watch and Learn chrome application allows you to record your screen and narrate with your voice. It makes presentation simpler than ever. Live transcription and sentiment analysis artificial intelligence is included.                    

擴展基本資訊

名稱 Watch and Learn Screen Recording Watch and Learn Screen Recording
ID mhmjllnibpmibpkmmlgecppbhppianjh
官方網址 https://chromewebstore.google.com/detail/watch-and-learn-screen-re/mhmjllnibpmibpkmmlgecppbhppianjh
簡介 Record your screen and share with others.
檔案大小 1.85 MB
安裝次數 149
目前版本 1.9.0
更新時間 2024-02-01
上架時間 2019-12-19
評分 4.27/5 共 11 次評分
開發者 venturesanywhere-team
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://watchandlearn.io/privacy
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Watch and Learn Screen Recording",
    "description": "Record your screen and share with others.",
    "version": "1.9.0",
    "permissions": [
        "desktopCapture",
        "tabCapture",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "24": "icon-24.png",
            "32": "icon-32.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "permissions.html",
        "google.html",
        "facebook.html"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com 'unsafe-eval'; object-src 'self'"
}