Itsosticky screen capture

Itsosticky screen capture

O que é Itsosticky screen capture?

Itsosticky screen capture é uma extensão do Chrome desenvolvida por itsosticky, e sua principal característica é "Itsosticky screen capture".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Itsosticky screen capture

Baixe arquivos de extensão Itsosticky screen capture no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Itsosticky screen capture Itsosticky screen capture
ID igaopnngccagbhclcohemceikfoeeaco
URL Oficial https://chromewebstore.google.com/detail/itsosticky-screen-capture/igaopnngccagbhclcohemceikfoeeaco
Descrição Itsosticky screen capture
Tamanho do Arquivo 24.06 KB
Contagem de Instalações 95
Versão Atual 0.1
Última Atualização 2016-10-26
Data de Publicação 2016-10-26
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor itsosticky
Tipo de Pagamento free
Site da Extensão https://itsosticky.com
Idiomas Suportados 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"
    }
}