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