Grypp Screen Recorder

tabs

Grypp Screen Recorderคืออะไร?

Grypp Screen Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gryppcorp.com และคุณลักษณะหลักของมันคือ "tabs"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grypp Screen Recorder

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}