Nielsen-dev - Contact Screen Sharing

localhost It doesn't do anything except capture content of your screen.

Nielsen-dev - Contact Screen Sharingとは何ですか?

Nielsen-dev - Contact Screen Sharingはthati.javaによって開発されたChromeの拡張機能で、その主な機能は「localhost It doesn't do anything except capture content of your screen.」です。

Nielsen-dev - Contact Screen Sharing拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Nielsen-dev - Contact Screen Sharing Nielsen-dev - Contact Screen Sharing
ID mgofpakdnjjbhhalfehejbmnaonlbcgh
公式URL https://chrome.google.com/webstore/detail/nielsen-dev-contact-scree/mgofpakdnjjbhhalfehejbmnaonlbcgh
説明 localhost It doesn't do anything except capture content of your screen.
ファイルサイズ 10.8 KB
インストール数 39
現在のバージョン 1.2
最終更新日 2015-08-26
公開日 2015-08-26
評価 5.00/5 合計 1 レビュー
開発者 thati.java
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nielsen-dev - Contact Screen Sharing",
    "author": "Nielsen, Inc.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "localhost It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/dayrhetsld003:8443\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/dayrhetsld003:8443\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "logo16.png"
    ]
}