Gyazo Shot

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

什么是Gyazo Shot?

Gyazo Shot是由hakobera开发的Chrome扩展程序,该扩展的主要功能是“The extension for take browser screen shot and set it to Gyazo server.”。

扩展截图

screenshot
screenshot

下载Gyazo Shot扩展crx文件

下载Gyazo Shot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Gyazo Shot Gyazo Shot
ID giibnnakpjjpclbkakhlojnmblfdbcpb
官方URL https://chrome.google.com/webstore/detail/gyazo-shot/giibnnakpjjpclbkakhlojnmblfdbcpb
简介 The extension for take browser screen shot and set it to Gyazo server.
文件大小 47.39 KB
安装次数 1,000
当前版本 0.1.1
更新时间 2013-12-26
上架时间 2013-12-26
评分 3.40/5 共5次评分
开发者 hakobera
付费类型 free
扩展官网 https://github.com/hakobera/gyazo-shot
帮助页面URL https://github.com/hakobera/gyazo-shot/issues
支持的语言 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"
}