SelectGIF
Select a word and get Gif Image :)
Что такое SelectGIF?
SelectGIF - это расширение Chrome, разработанное http://sage.ga, и его основная функция - "Select a word and get Gif Image :)".
Снимки экрана расширения
Скачать файл CRX расширения SelectGIF
Скачайте файлы расширений SelectGIF в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Select a word and Click on the Browser Icon on the top right corner, You will get the Gif relevent to that. Random Gif Generator. Just Click on the icon and Have fun with Gif.
Основная информация о расширении
Название | |
ID | migfmkcdgeepjipbcikgnjhjpjhpcpem |
Официальный URL | https://chrome.google.com/webstore/detail/selectgif/migfmkcdgeepjipbcikgnjhjpjhpcpem |
Описание | Select a word and get Gif Image :) |
Размер файла | 63.3 KB |
Количество установок | 34 |
Текущая Версия | 4.0 |
Последнее Обновление | 2016-11-28 |
Дата публикации | 2016-11-28 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | http://sage.ga |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | http://sage.ga |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SelectGIF", "description": "Select a word and get Gif Image :)", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "*:\/\/*\/*" ], "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_popup": "pop.html", "default_title": "SelectGIF" }, "content_scripts": [ { "js": [ "jquery-1.8.3.min.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "run_at": "document_end" } ], "version": "4.0", "manifest_version": 2 } |