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