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
官方網址 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
電子郵箱 [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"
    ]
}