General Purpose Screen Sharing
A general purpose Screensharing ext. It doesn't do anything except capture content of your screen.
General Purpose Screen Sharingとは何ですか?
General Purpose Screen Sharingはdaanによって開発されたChromeの拡張機能で、その主な機能は「A general purpose Screensharing ext. It doesn't do anything except capture content of your screen.」です。
拡張機能のスクリーンショット
General Purpose Screen Sharing拡張機能のCRXファイルをダウンロード
General Purpose Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a general purpose screensharing extension.
拡張機能の基本情報
名前 | |
ID | danhafjbbhpneafaokcgdobajodphdpi |
公式URL | https://chromewebstore.google.com/detail/general-purpose-screen-sh/danhafjbbhpneafaokcgdobajodphdpi |
説明 | A general purpose Screensharing ext. It doesn't do anything except capture content of your screen. |
ファイルサイズ | 24.57 KB |
インストール数 | 829 |
現在のバージョン | 2.1 |
最終更新日 | 2017-06-13 |
公開日 | 2017-06-13 |
開発者 | daan |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "General Purpose Screen Sharing", "author": "Sense Studios VOF.", "version": "2.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "A general purpose Screensharing ext. It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/sense-studios.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.webcamconsult.com\/*", "https:\/\/*.dev.webcamconsult.com\/*", "https:\/\/*.dev2.webcamconsult.com\/*", "https:\/\/*.staging.webcamconsult.com\/*", "https:\/\/*.webcamconsult.nl\/*", "https:\/\/*.roomdialog.eu\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |