Screencast It

Select and record part of the page. No watermarks or limits.

什麼是Screencast It?

Screencast It是由Kelly Young開發的Chrome擴展程式,該擴展的主要功能是“Select and record part of the page. No watermarks or limits.”。

擴展截圖

screenshot

下載Screencast It擴展crx文件

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

擴展使用說明

                        Screencast It allows you to record a video from a part of the screen. 

⭐ Record selected an area of the page
⭐ WEBM format
⭐ Take screenshot

This tool can’t stream from desktop or web camera. Also, if you navigate away from the page the recording will be stopped.                    

擴展基本資訊

名稱 Screencast It Screencast It
ID gglgafelnlnflpbebjhlhhibdginlpia
官方網址 https://chrome.google.com/webstore/detail/screencast-it/gglgafelnlnflpbebjhlhhibdginlpia
簡介 Select and record part of the page. No watermarks or limits.
檔案大小 897 KB
安裝次數 50,000
目前版本 1.4.78
更新時間 2020-10-07
上架時間 2020-08-27
評分 4.75/5 共 12 次評分
開發者 Kelly Young
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.notion.so/Privacy-Policy-Screencast-it-ce355dd8eaa34380934a6e9565922227
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "version": "1.4.78",
    "name": "__MSG_name__",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "default_locale": "en",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/*.google-analytics.com https:\/\/*.googleapis.com; object-src 'self'",
    "permissions": [
        "tabs",
        "",
        "downloads"
    ],
    "web_accessible_resources": [
        "videodisplay.html",
        "*.png"
    ],
    "manifest_version": 2
}