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 Shane Afsar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Load GIFs faster with gfycat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |