Desktop Capture Recorder
Desktop Capture Recorderは、デスクトップ画面をキャプチャして動画保存まで出来るGoogle Chrome拡張機能です。
Desktop Capture Recorderคืออะไร?
Desktop Capture Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย itinao และคุณลักษณะหลักของมันคือ "Desktop Capture Recorderは、デスクトップ画面をキャプチャして動画保存まで出来るGoogle Chrome拡張機能です。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Desktop Capture Recorder
ดาวน์โหลดไฟล์ส่วนขยาย Desktop Capture Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
このアプリケーションをインストールすると、 デスクトップ画面や起動中のアプリケーションの操作内容を録画できます。(10分まで) 録画した動画のプレビュー・保存機能付き! ※ 保存する動画の拡張子は.webmになります。(.gif対応予定)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Desktop Capture Recorder |
ID | boajadhokhjkmfjmnmmkkmgnafnbcfco |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/desktop-capture-recorder/boajadhokhjkmfjmnmmkkmgnafnbcfco |
คำอธิบาย | Desktop Capture Recorderは、デスクトップ画面をキャプチャして動画保存まで出来るGoogle Chrome拡張機能です。 |
ขนาดไฟล์ | 1.8 MB |
จำนวนการติดตั้ง | 422 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2015-07-03 |
วันที่เผยแพร่ | 2015-07-03 |
คะแนน | 2.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | itinao |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Desktop Capture Recorder", "short_name": "CR", "version": "1.0.1", "description": "Desktop Capture Recorder\u306f\u3001\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u753b\u9762\u3092\u30ad\u30e3\u30d7\u30c1\u30e3\u3057\u3066\u52d5\u753b\u4fdd\u5b58\u307e\u3067\u51fa\u6765\u308bGoogle Chrome\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002", "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "build\/html\/popup.html", "default_icon": "img\/icon_rec.png" }, "background": { "scripts": [ "build\/js\/background.js" ] }, "permissions": [ "notifications", "desktopCapture" ], "icons": { "48": "img\/icon48.png", "128": "img\/icon.png" }, "homepage_url": "http:\/\/screen-share.itinao.asia\/" } |