Pipe Screen Capture
Pipe screen capture extension
Pipe Screen Capture là gì?
Pipe Screen Capture là một tiện ích mở rộng Chrome được phát triển bởi https://addpipe.com, và tính năng chính của nó là "Pipe screen capture extension".
Ả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 Pipe Screen Capture
Tải xuống các tệp mở rộng Pipe Screen Capture 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
With this extension Pipe can capture the screen if given the permission. Developer Email: [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pipe Screen Capture |
ID | cbmhjlfmbhihimmlofbgkplnhgbgiipn |
URL Chính Thức | https://chromewebstore.google.com/detail/pipe-screen-capture/cbmhjlfmbhihimmlofbgkplnhgbgiipn |
Mô tả | Pipe screen capture extension |
Kích Thước Tệp | 10.09 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-02-13 |
Ngày Phát Hành | 2018-02-13 |
Nhà Phát Triển | https://addpipe.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pipe Screen Capture", "author": "Pipe", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Pipe screen capture extension", "homepage_url": "https:\/\/www.addpipe.com\/", "background": { "scripts": [ "pipe_sc.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.addpipe.com\/*", "https:\/\/hdfvr.com\/*" ] }, "permissions": [ "desktopCapture" ], "icons": { "48": "pipe-icon.png" }, "web_accessible_resources": [ "icon.png" ] } |