Pipe Screen Capture
Pipe screen capture extension
什麼是Pipe Screen Capture?
Pipe Screen Capture是由https://addpipe.com開發的Chrome擴展程式,該擴展的主要功能是“Pipe screen capture extension”。
擴展截圖
下載Pipe Screen Capture擴展crx文件
下載Pipe Screen Capture擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this extension Pipe can capture the screen if given the permission.
Developer
Email: [email protected] 擴展基本資訊
| 名稱 | |
| ID | cbmhjlfmbhihimmlofbgkplnhgbgiipn |
| 官方網址 | https://chromewebstore.google.com/detail/pipe-screen-capture/cbmhjlfmbhihimmlofbgkplnhgbgiipn |
| 簡介 | Pipe screen capture extension |
| 檔案大小 | 10.09 KB |
| 安裝次數 | 14 |
| 目前版本 | 1.0 |
| 更新時間 | 2018-02-13 |
| 上架時間 | 2018-02-13 |
| 開發者 | https://addpipe.com |
| 付費類型 | free |
| 支援的語言 | 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"
]
} | |