directGyazo
This extension redirects a Gyazo link to a direct image link.
directGyazoคืออะไร?
directGyazo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย skiilaa และคุณลักษณะหลักของมันคือ "This extension redirects a Gyazo link to a direct image link."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย directGyazo
ดาวน์โหลดไฟล์ส่วนขยาย directGyazo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Afraid of possible attacks in Gyazo? Tired of not being able to zoom into the picture using Ctrl+Scroll? This is the extension for you. Anytime you open a Gyazo link, this extension will redirect your to the direct image file stored on the Gyazo servers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oebemlehbnppikcnppfocbfjbhkadnbo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/directgyazo/oebemlehbnppikcnppfocbfjbhkadnbo |
คำอธิบาย | This extension redirects a Gyazo link to a direct image link. |
ขนาดไฟล์ | 3.24 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-03-05 |
วันที่เผยแพร่ | 2017-03-05 |
ผู้พัฒนา | skiilaa |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "directGyazo", "description": "This extension redirects a Gyazo link to a direct image link.", "version": "1.0", "background": { "scripts": [ "gyazoRed.js" ] }, "permissions": [ "tabs" ] } |