Gyazo Shot

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

Cos'è Gyazo Shot?

Gyazo Shot è un'estensione di Chrome sviluppata da hakobera, e la sua funzione principale è "The extension for take browser screen shot and set it to Gyazo server.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Gyazo Shot

Scarica i file di estensione Gyazo Shot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Gyazo Shot Gyazo Shot
ID giibnnakpjjpclbkakhlojnmblfdbcpb
URL Ufficiale https://chrome.google.com/webstore/detail/gyazo-shot/giibnnakpjjpclbkakhlojnmblfdbcpb
Descrizione The extension for take browser screen shot and set it to Gyazo server.
Dimensione del File 47.39 KB
Conteggio Installazioni 1,000
Versione Corrente 0.1.1
Ultimo Aggiornamento 2013-12-26
Data di Pubblicazione 2013-12-26
Valutazione 3.40/5 Totale 5 Valutazioni
Sviluppatore hakobera
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/hakobera/gyazo-shot
URL della Pagina di Aiuto https://github.com/hakobera/gyazo-shot/issues
Lingue Supportate 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"
}