Load GIFs faster with gfycat
This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.
Load GIFs faster with gfycatคืออะไร?
Load GIFs faster with gfycat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shane Afsar และคุณลักษณะหลักของมันคือ "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Load GIFs faster with gfycat
ดาวน์โหลดไฟล์ส่วนขยาย Load GIFs faster with gfycat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Animated GIFs can be a pain to load. gfycat.com helps solve this by converting the gif into an optimized HTML5 format. This unofficial extension simply adds a context menu item to images and links on the page so that you can have the option of opening the GIF in a new tab with gfycat.com/fetch.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Load GIFs faster with gfycat |
ID | hbiioadoilnnbeoopcabaifhofpplakc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/load-gifs-faster-with-gfy/hbiioadoilnnbeoopcabaifhofpplakc |
คำอธิบาย | This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com. |
ขนาดไฟล์ | 16.14 KB |
จำนวนการติดตั้ง | 120 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-05-12 |
วันที่เผยแพร่ | 2014-05-11 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Shane Afsar |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Load GIFs faster with gfycat", "description": "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.", "version": "1.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "main.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |