Imgur Video to GIF
The quickest way to launch Imgur's video to GIF creation tool
Что такое Imgur Video to GIF?
Imgur Video to GIF - это расширение Chrome, разработанное carlospro7, и его основная функция - "The quickest way to launch Imgur's video to GIF creation tool".
Снимки экрана расширения
Скачать файл CRX расширения Imgur Video to GIF
Скачайте файлы расширений Imgur Video to GIF в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Browse the web, find a video you like, and click the extension to turn it into an awesome GIF. Основная информация о расширении
| Название | |
| ID | dfjegjlpihccbcnnogcjldjgkfkaacab |
| Официальный URL | https://chromewebstore.google.com/detail/imgur-video-to-gif/dfjegjlpihccbcnnogcjldjgkfkaacab |
| Описание | The quickest way to launch Imgur's video to GIF creation tool |
| Размер файла | 34.84 KB |
| Количество установок | 190 |
| Текущая Версия | 1.2.1 |
| Последнее Обновление | 2015-02-04 |
| Дата публикации | 2015-02-03 |
| Рейтинг | 3.67/5 Всего 3 оценок |
| Разработчик | carlospro7 |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Imgur Video to GIF",
"short_name": "Imgur Vidgif",
"description": "The quickest way to launch Imgur's video to GIF creation tool",
"version": "1.2.1",
"background": {
"persistent": false,
"page": "background.html"
},
"browser_action": {
"default_title": "Imgur video to GIF"
},
"permissions": [
"activeTab",
"tabs",
"http:\/\/imgur.com\/",
"https:\/\/imgur.com\/"
]
} | |