Gif Frames
Extract frame images from animated GIFs
Gif Frames क्या है?
Gif Frames Cheng द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract frame images from animated GIFs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gif Frames एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a chrome extension for extract frame images from animated GIFs. Please note that this extension doesn't work on some websites that protect their content. Super easy to use: 1. Right click on a gif image on a page in Chrome. 2. Select "Show GIF frames". 3. Enjoy!
एक्सटेंशन की मूल जानकारी
नाम | Gif Frames |
ID | khkbfocobajjjkojjgpmnhdgbmlnlnef |
आधिकारिक URL | https://chromewebstore.google.com/detail/gif-frames/khkbfocobajjjkojjgpmnhdgbmlnlnef |
विवरण | Extract frame images from animated GIFs |
फ़ाइल का आकार | 50.48 KB |
स्थापना संख्या | 1,405 |
वर्तमान संस्करण | 2.1.3 |
अंतिम अपडेट | 2021-07-23 |
प्रकाशन तिथि | 2018-08-15 |
रेटिंग | 4.63/5 कुल 8 रेटिंग्स |
डेवलपर | Cheng |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gif Frames", "version": "2.1.3", "description": "Extract frame images from animated GIFs", "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "minimum_chrome_version": "6.0.0.0", "icons": { "16": "imageinfo-16.png", "48": "imageinfo-48.png", "128": "imageinfo-128.png" }, "manifest_version": 2 } |