Grypp Screen Recorder

tabs

Grypp Screen Recorderとは何ですか?

Grypp Screen Recorderはhttps://gryppcorp.comによって開発されたChromeの拡張機能で、その主な機能は「tabs」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Grypp Screen Recorder拡張機能のCRXファイルをダウンロード

Grypp Screen Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Recording Screen with audio by Grypp Corp allows you to share your screen or a specific application during a Grypp call. You will be able to share with all participants regardless of the browser the participants are using. The service is fully secure and you are always in control of what is shared and when it is shared.                    

拡張機能の基本情報

名前 Grypp Screen Recorder Grypp Screen Recorder
ID jaljmmcngcdcfbkmcgibjolcdbhloclc
公式URL https://chromewebstore.google.com/detail/grypp-screen-recorder/jaljmmcngcdcfbkmcgibjolcdbhloclc
説明 tabs
ファイルサイズ 7.58 KB
インストール数 206
現在のバージョン 10.3
最終更新日 2019-05-10
公開日 2019-05-10
評価 3.00/5 合計 4 レビュー
開発者 https://gryppcorp.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grypp Screen Recorder",
    "author": "Grypp",
    "version": "10.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "tabs",
    "homepage_url": "https:\/\/gryppcorp.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.gryppcorp.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}