Inwicast Webrecorder Extension
Capture full-screen or specific application's screen on any HTTPs domain!
Inwicast Webrecorder Extension là gì?
Inwicast Webrecorder Extension là một tiện ích mở rộng Chrome được phát triển bởi webrecorder.inwicast, và tính năng chính của nó là "Capture full-screen or specific application's screen on any HTTPs domain!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Inwicast Webrecorder Extension
Tải xuống các tệp mở rộng Inwicast Webrecorder Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Inwicast Webrecorder Extension |
ID | olphgdnbpiopbjciggcicmoijjmophfe |
URL Chính Thức | https://chromewebstore.google.com/detail/inwicast-webrecorder-exte/olphgdnbpiopbjciggcicmoijjmophfe |
Mô tả | Capture full-screen or specific application's screen on any HTTPs domain! |
Kích Thước Tệp | 6.78 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 31.2 |
Cập Nhật Lần Cuối | 2018-10-03 |
Ngày Phát Hành | 2018-10-03 |
Nhà Phát Triển | webrecorder.inwicast |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.inwicast.com/mediacenter3/ |
URL Trang Trợ Giúp | http://www.rapidmooc.com/support/ |
URL Trang Chính Sách Bảo Mật | http://rapidmooc.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |