Inwicast Webrecorder Extension
Capture full-screen or specific application's screen on any HTTPs domain!
Inwicast Webrecorder Extensionとは何ですか?
Inwicast Webrecorder Extensionはwebrecorder.inwicastによって開発されたChromeの拡張機能で、その主な機能は「Capture full-screen or specific application's screen on any HTTPs domain!」です。
拡張機能のスクリーンショット
Inwicast Webrecorder Extension拡張機能のCRXファイルをダウンロード
Inwicast Webrecorder Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } |