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 - это расширение Chrome, разработанное Shane Afsar, и его основная функция - "This lightweight extension simply adds a right-click context menu item for opening optimized GIFs with gfycat.com.".
Снимки экрана расширения
Скачать файл CRX расширения Load GIFs faster with gfycat
Скачайте файлы расширений Load GIFs faster with gfycat в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |