Gif Frames
Extract frame images from animated GIFs
Co to jest Gif Frames?
Gif Frames to rozszerzenie Chrome opracowane przez Cheng, a jego główną funkcją jest „Extract frame images from animated GIFs”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gif Frames
Pobierz pliki rozszerzeń Gif Frames w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | khkbfocobajjjkojjgpmnhdgbmlnlnef |
| Oficjalny URL | https://chromewebstore.google.com/detail/gif-frames/khkbfocobajjjkojjgpmnhdgbmlnlnef |
| Opis | Extract frame images from animated GIFs |
| Rozmiar pliku | 50.48 KB |
| Liczba instalacji | 1,405 |
| Aktualna Wersja | 2.1.3 |
| Ostatnia Aktualizacja | 2021-07-23 |
| Data Publikacji | 2018-08-15 |
| Ocena | 4.63/5 Łącznie 8 Oceny |
| Deweloper | Cheng |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |