Gif Frames
Extract frame images from animated GIFs
Vad är Gif Frames?
Gif Frames är en Chrome-tillägg utvecklad av Cheng, och dess huvudfunktion är "Extract frame images from animated GIFs".
Tilläggsskärmbilder
Ladda ner Gif Frames-förlängningens CRX-fil
Ladda ner Gif Frames-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Gif Frames |
ID | khkbfocobajjjkojjgpmnhdgbmlnlnef |
Officiell webbadress | https://chromewebstore.google.com/detail/gif-frames/khkbfocobajjjkojjgpmnhdgbmlnlnef |
Beskrivning | Extract frame images from animated GIFs |
Filstorlek | 50.48 KB |
Antal Installationer | 1,405 |
Aktuell Version | 2.1.3 |
Senast Uppdaterad | 2021-07-23 |
Publiceringsdatum | 2018-08-15 |
Betyg | 4.63/5 Totalt 8 Betyg |
Utvecklare | Cheng |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |