Gyazo Shot

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

Qu'est-ce que Gyazo Shot ?

Gyazo Shot est une extension Chrome développée par hakobera, et sa fonction principale est "The extension for take browser screen shot and set it to Gyazo server.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Gyazo Shot

Téléchargez les fichiers d'extension Gyazo Shot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Gyazo Shot Gyazo Shot
ID giibnnakpjjpclbkakhlojnmblfdbcpb
URL Officiel https://chrome.google.com/webstore/detail/gyazo-shot/giibnnakpjjpclbkakhlojnmblfdbcpb
Description The extension for take browser screen shot and set it to Gyazo server.
Taille du Fichier 47.39 KB
Nombre d'Installations 1,000
Version Actuelle 0.1.1
Dernière Mise à Jour 2013-12-26
Date de Publication 2013-12-26
Évaluation 3.40/5 Total 5 Évaluations
Développeur hakobera
Type de Paiement free
Site Web de l'Extension https://github.com/hakobera/gyazo-shot
URL de la Page d'Aide https://github.com/hakobera/gyazo-shot/issues
Langues Prises en Charge 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"
}