Pipe Screen Capture
Pipe screen capture extension
Vad är Pipe Screen Capture?
Pipe Screen Capture är en Chrome-tillägg utvecklad av https://addpipe.com, och dess huvudfunktion är "Pipe screen capture extension".
Tilläggsskärmbilder
Ladda ner Pipe Screen Capture-förlängningens CRX-fil
Ladda ner Pipe Screen Capture-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
With this extension Pipe can capture the screen if given the permission.
Developer
Email: [email protected] Grundläggande Information om Tillägg
| Namn | |
| ID | cbmhjlfmbhihimmlofbgkplnhgbgiipn |
| Officiell webbadress | https://chromewebstore.google.com/detail/pipe-screen-capture/cbmhjlfmbhihimmlofbgkplnhgbgiipn |
| Beskrivning | Pipe screen capture extension |
| Filstorlek | 10.09 KB |
| Antal Installationer | 14 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2018-02-13 |
| Publiceringsdatum | 2018-02-13 |
| Utvecklare | https://addpipe.com |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |