Load GIFs faster with gfycat
This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.
Apa itu Load GIFs faster with gfycat?
Load GIFs faster with gfycat adalah ekstensi Chrome yang dikembangkan oleh Shane Afsar, dan fitur utamanya adalah "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Load GIFs faster with gfycat
Unduh file ekstensi Load GIFs faster with gfycat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Load GIFs faster with gfycat |
ID | hbiioadoilnnbeoopcabaifhofpplakc |
URL Resmi | https://chromewebstore.google.com/detail/load-gifs-faster-with-gfy/hbiioadoilnnbeoopcabaifhofpplakc |
Deskripsi | This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com. |
Ukuran File | 16.14 KB |
Jumlah Instalasi | 120 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-05-12 |
Tanggal Publikasi | 2014-05-11 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Shane Afsar |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |