Screenshot Capture

Capture viewport, crop & save to file, copy to clipboard as binary or data URL

Screenshot Captureとは何ですか?

Screenshot Captureはsimov.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Capture viewport, crop & save to file, copy to clipboard as binary or data URL」です。

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

screenshot

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

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

拡張機能の使用方法

                        ✔ Secure by design
✔ Capture Viewport
✔ Crop and Save (automatic save)
✔ Crop and Wait (manual save)
✔ Configurable Keyboard Shortcut
✔ Save screenshot as PNG or JPG image file
✔ Copy screenshot to clipboard as Data URL String or Binary Image
✔ Preserve or downscale screenshot size on HDPI displays like Retina
✔ Unique screenshot date/time file name
✔ No special permissions required
✔ Free and Open Source

✚ Full Documentation

✔ https://github.com/simov/screenshot-capture                    

拡張機能の基本情報

名前 Screenshot Capture Screenshot Capture
ID giabbpobpebjfegnpcclkocepcgockkc
公式URL https://chromewebstore.google.com/detail/screenshot-capture/giabbpobpebjfegnpcclkocepcgockkc
説明 Capture viewport, crop & save to file, copy to clipboard as binary or data URL
ファイルサイズ 96.83 KB
インストール数 128,931
現在のバージョン 3.1
最終更新日 2023-11-21
公開日 2019-07-13
評価 4.18/5 合計 111 レビュー
開発者 simov.github.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/simov/screenshot-capture
ヘルプページのURL https://github.com/simov/screenshot-capture/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screenshot Capture",
    "version": "3.1",
    "description": "Capture viewport, crop & save to file, copy to clipboard as binary or data URL",
    "homepage_url": "https:\/\/chromewebstore.google.com\/detail\/screenshot-capture\/giabbpobpebjfegnpcclkocepcgockkc",
    "icons": {
        "16": "\/icons\/default\/16x16.png",
        "19": "\/icons\/default\/19x19.png",
        "38": "\/icons\/default\/38x38.png",
        "48": "\/icons\/default\/48x48.png",
        "128": "\/icons\/default\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/default\/16x16.png",
            "19": "\/icons\/default\/19x19.png",
            "38": "\/icons\/default\/38x38.png",
            "48": "\/icons\/default\/48x48.png",
            "128": "\/icons\/default\/128x128.png"
        },
        "default_title": "Screenshot Capture"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "options_page": "\/options\/index.html",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/vendor\/Jcrop.gif",
                "\/content\/pixel.png"
            ]
        }
    ],
    "commands": {
        "take-screenshot": {
            "description": "Take Screenshot",
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ]
}