Pipe Screen Capture
Pipe screen capture extension
ما هو Pipe Screen Capture؟
Pipe Screen Capture هو إضافة Chrome تم تطويرها بواسطة https://addpipe.com، والميزة الرئيسية لها هي "Pipe screen capture extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pipe Screen Capture
قم بتنزيل ملفات الامتداد Pipe Screen Capture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this extension Pipe can capture the screen if given the permission.
Developer
Email: [email protected] معلومات أساسية عن التمديد
| الاسم | |
| ID | cbmhjlfmbhihimmlofbgkplnhgbgiipn |
| عنوان URL الرسمي | 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"
]
} | |