PathPresenter Screen Recorder
Enables free screen recording with PathPresenter!
PathPresenter Screen Recorderとは何ですか?
PathPresenter Screen Recorderはhttps://pathpresenter.netによって開発されたChromeの拡張機能で、その主な機能は「Enables free screen recording with PathPresenter!」です。
PathPresenter Screen Recorder拡張機能のCRXファイルをダウンロード
PathPresenter Screen Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enables free screen recording with PathPresenter!
拡張機能の基本情報
名前 | |
ID | hpcclfklbiodojmkemnndidggbmlflmk |
公式URL | https://chrome.google.com/webstore/detail/pathpresenter-screen-reco/hpcclfklbiodojmkemnndidggbmlflmk |
説明 | Enables free screen recording with PathPresenter! |
ファイルサイズ | 70.89 KB |
インストール数 | 15 |
現在のバージョン | 1.1 |
最終更新日 | 2017-12-27 |
公開日 | 2017-12-27 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | https://pathpresenter.net |
支払い方法 | free |
拡張機能のウェブサイト | https://pathpresenter.net/ |
ヘルプページのURL | https://pathpresenter.net/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Enables free screen recording with PathPresenter!", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon_128x128.png" }, "minimum_chrome_version": "34", "manifest_version": 2, "name": "PathPresenter Screen Recorder", "permissions": [ "desktopCapture", "storage", "tabs", "activeTab" ], "web_accessible_resources": [ "icon.png" ], "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.pathpresenter.net\/*" ] } ], "version": "1.1" } |