Cat Generator
The purrfect extension to keep you entertained with awesome cat gifs.
Что такое Cat Generator?
Cat Generator - это расширение Chrome, разработанное nickela125, и его основная функция - "The purrfect extension to keep you entertained with awesome cat gifs.".
Снимки экрана расширения
Скачать файл CRX расширения Cat Generator
Скачайте файлы расширений Cat Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Are you having a boring day? Need something to make you smile? Just really love cats? If you answered yes to any of these (and even if you didn't), you need Cat Generator. Get randomly generated cat gifs delivered right to your web browser with one simple click. Guaranteed to improve your day.
Основная информация о расширении
Название | Cat Generator |
ID | glpkdnkdpcloinlicdbnlemidgdmglhh |
Официальный URL | https://chromewebstore.google.com/detail/cat-generator/glpkdnkdpcloinlicdbnlemidgdmglhh |
Описание | The purrfect extension to keep you entertained with awesome cat gifs. |
Размер файла | 211 KB |
Количество установок | 1,433 |
Текущая Версия | 1.2.0.0 |
Последнее Обновление | 2018-09-24 |
Дата публикации | 2018-09-23 |
Рейтинг | 5.00/5 Всего 13 оценок |
Разработчик | nickela125 |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cat Generator", "description": "The purrfect extension to keep you entertained with awesome cat gifs.", "version": "1.2.0.0", "browser_action": { "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "cat_16.png", "48": "cat_48.png", "128": "cat_128.png" } } |