caturday
Shows pictures of cats!
Что такое caturday?
caturday - это расширение Chrome, разработанное hal313, и его основная функция - "Shows pictures of cats!".
Снимки экрана расширения
Скачать файл CRX расширения caturday
Скачайте файлы расширений caturday в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Need a break from all the depressing news? Too much work on your plate? If you are looking for a refreshing reminder of how amazing life is - look no further! With the press of a button, you will be served up a random image of cats! Even for dog lovers, this extension is pretty fun.
Be sure to check out the GitHub project which hosts this code: https://github.com/hal313/caturday-chrome-extension Основная информация о расширении
| Название | |
| ID | mcciciniemdaoljfnhgfahdhhkhefcfp |
| Официальный URL | https://chromewebstore.google.com/detail/caturday/mcciciniemdaoljfnhgfahdhhkhefcfp |
| Описание | Shows pictures of cats! |
| Размер файла | 95.19 KB |
| Количество установок | 54 |
| Текущая Версия | 0.0.31 |
| Последнее Обновление | 2021-03-09 |
| Дата публикации | 2019-04-18 |
| Рейтинг | 5.00/5 Всего 4 оценок |
| Разработчик | hal313 |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.31",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": [],
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "caturday",
"default_popup": "popup.html"
}
} | |