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"
    ]
}