Inwicast Webrecorder Extension

Capture full-screen or specific application's screen on any HTTPs domain!

Inwicast Webrecorder Extensionคืออะไร?

Inwicast Webrecorder Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย webrecorder.inwicast และคุณลักษณะหลักของมันคือ "Capture full-screen or specific application's screen on any HTTPs domain!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inwicast Webrecorder Extension

ดาวน์โหลดไฟล์ส่วนขยาย Inwicast Webrecorder Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Inwicast Webrecorder Extension Inwicast Webrecorder Extension
ID olphgdnbpiopbjciggcicmoijjmophfe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/inwicast-webrecorder-exte/olphgdnbpiopbjciggcicmoijjmophfe
คำอธิบาย Capture full-screen or specific application's screen on any HTTPs domain!
ขนาดไฟล์ 6.78 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 31.2
อัปเดตครั้งล่าสุด 2018-10-03
วันที่เผยแพร่ 2018-10-03
ผู้พัฒนา webrecorder.inwicast
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.inwicast.com/mediacenter3/
URL หน้าช่วยเหลือ http://www.rapidmooc.com/support/
URL หน้านโยบายความเป็นส่วนตัว http://rapidmooc.com
ภาษาที่รองรับ fr
manifest.json
{
    "author": "Inwicast",
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/*.webrtc-experiment.com\/*",
                "https:\/\/127.0.0.1\/*",
                "https:\/\/localhost\/*",
                "https:\/\/*.inwicastcloud.com\/*",
                "https:\/\/*.inwicast.me\/*",
                "https:\/\/*.inwicast.com\/*",
                "https:\/\/*.univ-tours.fr\/*",
                "https:\/\/*.univ-lyon1.fr\/*",
                "https:\/\/*.univ-lyon3.fr\/*",
                "https:\/\/*.univ-tlse2.fr\/*",
                "https:\/\/*.univ-orleans.fr\/*",
                "https:\/\/*.ens2m.fr\/*",
                "https:\/\/*.cnam.fr\/*",
                "https:\/\/*.utt.fr\/*",
                "https:\/\/*.grenet.fr\/*",
                "https:\/\/*.unistra.fr\/*",
                "https:\/\/*.u-clermont1.fr\/*",
                "https:\/\/*.clermont-universite.fr\/*",
                "https:\/\/*.unilim.fr\/*",
                "https:\/\/*.telecom-bretagne.eu\/*",
                "https:\/\/saintgenes.inwicast.tv\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Capture full-screen or specific application's screen on any HTTPs domain!",
    "homepage_url": "http:\/\/www.rapidmooc.com",
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Inwicast Webrecorder Extension",
    "short_name": "Inwicast Webrecorder",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "31.2",
    "web_accessible_resources": [
        "icon.png"
    ]
}