Desktop Capture Recorder

Desktop Capture Recorderは、デスクトップ画面をキャプチャして動画保存まで出来るGoogle Chrome拡張機能です。

Cos'è Desktop Capture Recorder?

Desktop Capture Recorder è un'estensione di Chrome sviluppata da itinao, e la sua funzione principale è "Desktop Capture Recorderは、デスクトップ画面をキャプチャして動画保存まで出来るGoogle Chrome拡張機能です。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Desktop Capture Recorder

Scarica i file di estensione Desktop Capture Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        このアプリケーションをインストールすると、
デスクトップ画面や起動中のアプリケーションの操作内容を録画できます。(10分まで)

録画した動画のプレビュー・保存機能付き!

※ 保存する動画の拡張子は.webmになります。(.gif対応予定)                    

Informazioni di Base sull'Estensione

Nome Desktop Capture Recorder Desktop Capture Recorder
ID boajadhokhjkmfjmnmmkkmgnafnbcfco
URL Ufficiale https://chromewebstore.google.com/detail/desktop-capture-recorder/boajadhokhjkmfjmnmmkkmgnafnbcfco
Descrizione Desktop Capture Recorderは、デスクトップ画面をキャプチャして動画保存まで出来るGoogle Chrome拡張機能です。
Dimensione del File 1.8 MB
Conteggio Installazioni 422
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-07-03
Data di Pubblicazione 2015-07-03
Valutazione 2.50/5 Totale 2 Valutazioni
Sviluppatore itinao
Tipo di Pagamento free
Lingue Supportate 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\/"
}