Screen Capturing
This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.
Screen Capturingとは何ですか?
Screen Capturingはhttps://etomon.comによって開発されたChromeの拡張機能で、その主な機能は「This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.」です。
拡張機能のスクリーンショット
Screen Capturing拡張機能のCRXファイルをダウンロード
Screen Capturing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can share screen using this plugin. 拡張機能の基本情報
| 名前 | |
| ID | bdpkeokmobkmmgghknpedglcickgdnih |
| 公式URL | https://chromewebstore.google.com/detail/screen-capturing/bdpkeokmobkmmgghknpedglcickgdnih |
| 説明 | This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options. |
| ファイルサイズ | 7.77 KB |
| インストール数 | 32 |
| 現在のバージョン | 3.6.5 |
| 最終更新日 | 2018-09-12 |
| 公開日 | 2018-09-12 |
| 開発者 | https://etomon.com |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"author": "Zhenyu Yang",
"background": {
"persistent": false,
"scripts": [
"background-script.js"
]
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content-script.js"
],
"matches": [
"https:\/\/etomon.com\/*",
"https:\/\/etomon.com:9999\/*",
"https:\/\/www.etomon.com\/*",
"https:\/\/www.etomon.com:9999\/*",
"http:\/\/localhost:4200\/*",
"https:\/\/localhost:4200\/*"
],
"run_at": "document_end"
}
],
"description": "This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.",
"homepage_url": "https:\/\/www.webrtc-experiment.com\/",
"icons": {
"48": "icon.png"
},
"manifest_version": 2,
"minimum_chrome_version": "34",
"name": "Screen Capturing",
"permissions": [
"desktopCapture"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.6.5",
"web_accessible_resources": [
"icon.png"
]
} | |