Gyazo Shot

The extension for take browser screen shot and set it to Gyazo server.

O que é Gyazo Shot?

Gyazo Shot é uma extensão do Chrome desenvolvida por hakobera, e sua principal característica é "The extension for take browser screen shot and set it to Gyazo server.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Gyazo Shot

Baixe arquivos de extensão Gyazo Shot 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

                        Gyazo Shot is an extension for taking current tab's screen shot (visible area only) and send it to Gyazo server by just one-click! The image url is automatically copy to clipboard, so you can paste it easily.

You can also change "Gyazo Server URL" in options page, so you can use your own private Gyazo server.

Gyazo Shot is developed as a Open Source Software.
Any issues and contributions are welcome.

https://github.com/hakobera/gyazo-shot                    

Informações Básicas da Extensão

Nome Gyazo Shot Gyazo Shot
ID giibnnakpjjpclbkakhlojnmblfdbcpb
URL Oficial https://chrome.google.com/webstore/detail/gyazo-shot/giibnnakpjjpclbkakhlojnmblfdbcpb
Descrição The extension for take browser screen shot and set it to Gyazo server.
Tamanho do Arquivo 47.39 KB
Contagem de Instalações 1,000
Versão Atual 0.1.1
Última Atualização 2013-12-26
Data de Publicação 2013-12-26
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor hakobera
Tipo de Pagamento free
Site da Extensão https://github.com/hakobera/gyazo-shot
URL da Página de Ajuda https://github.com/hakobera/gyazo-shot/issues
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gyazo Shot",
    "version": "0.1.1",
    "description": "__MSG_extension_description__",
    "permissions": [
        "",
        "tabs",
        "clipboardWrite"
    ],
    "icons": {
        "16": ".\/icons\/icon_16.png",
        "48": ".\/icons\/icon_48.png",
        "128": ".\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon_38.png",
        "default_title": "__MSG_browser_action_title__"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "options_page": "options.html",
    "default_locale": "en"
}