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
公式URL 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
Eメール [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
}