gyazo Extension

This extension will automatically take you to the .jpg extension of your gyazo screenshot.

gyazo Extension là gì?

gyazo Extension là một tiện ích mở rộng Chrome được phát triển bởi elliot.r.mitchell, và tính năng chính của nó là "This extension will automatically take you to the .jpg extension of your gyazo screenshot.".

Tải xuống tệp CRX của tiện ích mở rộng gyazo Extension

Tải xuống các tệp mở rộng gyazo Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        If you don't like the border that gyazo automatically adds and you find your self having to right click -> copy image url instead of copying the original url, this is for you!

This extension will automatically take you to the .jpg image of your screen shot.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên gyazo Extension gyazo Extension
ID mmnkpjgmmooaodpfpeckibpkckkfnohh
URL Chính Thức https://chrome.google.com/webstore/detail/gyazo-extension/mmnkpjgmmooaodpfpeckibpkckkfnohh
Mô tả This extension will automatically take you to the .jpg extension of your gyazo screenshot.
Kích Thước Tệp 4.68 KB
Số Lần Cài Đặt 432
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-07-03
Ngày Phát Hành 2015-07-03
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển elliot.r.mitchell
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gyazo Extension",
    "description": "This extension will automatically take you to the .jpg extension of your gyazo screenshot.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/background.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        ""
    ]
}