ScreenCapture

ScreenCapture

什么是ScreenCapture?

ScreenCapture是由yingshangmx开发的Chrome扩展程序,该扩展的主要功能是“ScreenCapture”。

下载ScreenCapture扩展crx文件

下载ScreenCapture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 ScreenCapture ScreenCapture
ID oepbcjjbipfaecfbpmimikkkiioelaii
官方URL https://chromewebstore.google.com/detail/screencapture/oepbcjjbipfaecfbpmimikkkiioelaii
简介 ScreenCapture
文件大小 151 KB
安装次数 108
当前版本 1.6
更新时间 2018-01-22
上架时间 2018-01-22
开发者 yingshangmx
付费类型 free
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "appicon_19x19.png",
            "38": "appicon_38x38.png"
        },
        "default_popup": "popup.html",
        "default_title": "ScreenCapture"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/mx\/jquery.js",
                "scripts\/mx\/controller.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "js": [
                "scripts\/content\/preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "scripts\/content\/postload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "ScreenCapture",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2,
    "name": "ScreenCapture",
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads",
        "storage",
        "notifications",
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "version": "1.6"
}