QScreens Capture

Screen capture your current page and show on a QScreen of your choice!

QScreens Captureとは何ですか?

QScreens Captureはmanas.productsによって開発されたChromeの拡張機能で、その主な機能は「Screen capture your current page and show on a QScreen of your choice!」です。

拡張機能のスクリーンショット

screenshot
screenshot

QScreens Capture拡張機能のCRXファイルをダウンロード

QScreens Capture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Screen capture your current page and show on a QScreen of your choice!                    

拡張機能の基本情報

名前 QScreens Capture QScreens Capture
ID hmngohhnlbaflbigbnnjilmmekaedbbg
公式URL https://chrome.google.com/webstore/detail/qscreens-capture/hmngohhnlbaflbigbnnjilmmekaedbbg
説明 Screen capture your current page and show on a QScreen of your choice!
ファイルサイズ 799 KB
インストール数 22
現在のバージョン 1.1.0.0
最終更新日 2014-05-30
公開日 2014-05-30
評価 5.00/5 合計 1 レビュー
開発者 manas.products
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QScreens Capture",
    "version": "1.1.0.0",
    "manifest_version": 2,
    "options_page": "options.html",
    "description": "Screen capture your current page and show on a QScreen of your choice!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "notifications",
        "storage",
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}