Screenshot Capture (Allstyls)

Screenshot Capture

O que é Screenshot Capture (Allstyls)?

Screenshot Capture (Allstyls) é uma extensão do Chrome desenvolvida por allstyls.powerbrand, e sua principal característica é "Screenshot Capture".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Screenshot Capture (Allstyls)

Baixe arquivos de extensão Screenshot Capture (Allstyls) 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

                        You are an right path to make your RFQ process simpler!
Go Ahead with Screenshot Capture by Allstyls, do sreenshot, screen capture videos and share with us. We will take care of the rest and provide you with detailed information of the products and related Trends.                    

Informações Básicas da Extensão

Nome Screenshot Capture (Allstyls) Screenshot Capture (Allstyls)
ID llfgdgkpiegpfackencfgohgbehkebbj
URL Oficial https://chromewebstore.google.com/detail/screenshot-capture-allsty/llfgdgkpiegpfackencfgohgbehkebbj
Descrição Screenshot Capture
Tamanho do Arquivo 83.92 KB
Contagem de Instalações 413
Versão Atual 1.7
Última Atualização 2018-06-01
Data de Publicação 2018-06-01
Desenvolvedor allstyls.powerbrand
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.allstyls.com/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot Capture (Allstyls)",
    "author": "Amrita Sharma",
    "version": "1.7",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "Screenshot Capture",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Screenshot Capture"
    },
    "options_page": "\/content\/options.html",
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/images\/Jcrop.gif",
        "\/images\/pixel.png"
    ],
    "commands": {
        "take-screenshot": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Take Screenshot"
        }
    },
    "icons": {
        "16": "images\/icon.png",
        "22": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "homepage_url": "https:\/\/www.allstyls.com",
    "permissions": [
        "storage",
        "activeTab"
    ]
}