Itsosticky screen capture

Itsosticky screen capture

什么是Itsosticky screen capture?

Itsosticky screen capture是由itsosticky开发的Chrome扩展程序,该扩展的主要功能是“Itsosticky screen capture”。

扩展截图

下载Itsosticky screen capture扩展crx文件

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

扩展使用说明

                        A simple chrome extension for easy screen captures.

Toggle the extension with ctrl-shift-s (or command-shift-s on macOS). Drag to select a region to capture.

In the interest of user confidence, the source code for this extension is available at: https://github.com/itsosticky/itso_capture                    

扩展基本信息

名称 Itsosticky screen capture Itsosticky screen capture
ID igaopnngccagbhclcohemceikfoeeaco
官方URL https://chromewebstore.google.com/detail/itsosticky-screen-capture/igaopnngccagbhclcohemceikfoeeaco
简介 Itsosticky screen capture
文件大小 24.06 KB
安装次数 95
当前版本 0.1
更新时间 2016-10-26
上架时间 2016-10-26
评分 3.67/5 共3次评分
开发者 itsosticky
付费类型 free
扩展官网 https://itsosticky.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Itsosticky screen capture",
    "short_name": "Itsosticky",
    "version": "0.1",
    "description": "Itsosticky screen capture",
    "author": "Itsosticky",
    "browser_action": {
        "default_icon": "icons\/itso_icon_16_off.png",
        "default_title": "Itsosticky screen capture"
    },
    "background": {
        "scripts": [
            "script\/itso_background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "web_accessible_resources": [
        "media\/icon_close.svg",
        "media\/icon_select.svg",
        "media\/logo_itsosticky.svg"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}