gyazo Extension

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

gyazo Extensionคืออะไร?

gyazo Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย elliot.r.mitchell และคุณลักษณะหลักของมันคือ "This extension will automatically take you to the .jpg extension of your gyazo screenshot."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย gyazo Extension

ดาวน์โหลดไฟล์ส่วนขยาย gyazo Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ gyazo Extension gyazo Extension
ID mmnkpjgmmooaodpfpeckibpkckkfnohh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gyazo-extension/mmnkpjgmmooaodpfpeckibpkckkfnohh
คำอธิบาย This extension will automatically take you to the .jpg extension of your gyazo screenshot.
ขนาดไฟล์ 4.68 KB
จำนวนการติดตั้ง 432
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-07-03
วันที่เผยแพร่ 2015-07-03
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา elliot.r.mitchell
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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": [
        "*:\/\/*\/*",
        ""
    ]
}