Screencap

Screencap

什麼是Screencap?

Screencap是由Surya Nuchu開發的Chrome擴展程式,該擴展的主要功能是“Screencap”。

擴展截圖

screenshot
screenshot

下載Screencap擴展crx文件

下載Screencap擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Screencap is a screenshot Chrome extension that lets you capture the entire screen on Chrome. It is one of the best screenshot add-ons that you can find in the Google Web store.

Intro
———
Screencap will help you to get more work done by
1. Collaborate with Others
2. Demonstrate How to Perform a Function
3. Show Exactly What’s Happening

Features
———
➼ Capture the full page not just the visible area.
➼ Just one click to capture the entire screen.
➼ Beautiful animations to show you progress of the process.
➼ Save PNG files with one click.
➼ No login or registration required.
➼ There are no restrictions on the size or size of the file.

Privacy & Terms use
———
We don't collect or monitor any of your personal information.                    

擴展基本資訊

名稱 Screencap Screencap
ID aniaallgmlgdlefladlfhadglocahllm
官方網址 https://chromewebstore.google.com/detail/screencap/aniaallgmlgdlefladlfhadglocahllm
簡介 Screencap
檔案大小 1.44 MB
安裝次數 665
目前版本 1.0.1
更新時間 2021-01-14
上架時間 2020-12-23
評分 5.00/5 共 11 次評分
開發者 Surya Nuchu
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/screencap/home
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screencap",
    "version": "1.0.1",
    "description": "Screencap",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/Icon-16.png",
        "48": "icons\/Icon-48.png",
        "128": "icons\/Icon-128.png"
    },
    "browser_action": {
        "default_title": "Capture Full Screen",
        "default_icon": "icons\/Icon-16.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            }
        }
    },
    "permissions": [
        "activeTab",
        "unlimitedStorage"
    ]
}