GfyFetcher
This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.
Co to jest GfyFetcher?
GfyFetcher to rozszerzenie Chrome opracowane przez Engstrom, a jego główną funkcją jest „This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GfyFetcher
Pobierz pliki rozszerzeń GfyFetcher 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
Right click on a gif link and open it as an HTML 5 video via Gfycat. Source code available on GitHub: https://github.com/engstrom/GfyFetcher # CHANGELOG ----------- ## [0.1.4] - 2015-07-23 ### Changed - Context menu now appears when right clicking on videos. This supports easy conversion of Imgur's .gifv format.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | logiomopdooakjpclhgkgcfoegmecfge |
Oficjalny URL | https://chrome.google.com/webstore/detail/gfyfetcher/logiomopdooakjpclhgkgcfoegmecfge |
Opis | This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat. |
Rozmiar pliku | 434 KB |
Liczba instalacji | 426 |
Aktualna Wersja | 0.1.4 |
Ostatnia Aktualizacja | 2015-07-23 |
Data Publikacji | 2015-07-23 |
Ocena | 4.27/5 Łącznie 11 Oceny |
Deweloper | Engstrom |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/engstrom/GfyFetcher |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GfyFetcher", "description": "This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.", "version": "0.1.4", "background": { "page": "src\/bg.html" }, "permissions": [ "contextMenus" ], "content_security_policy": "default-src 'self'", "icons": { "16": "assests\/icon-bitty.png", "48": "assests\/icon-small.png", "128": "assests\/icon-large.png" } } |