Calvin and Hobbes Explorer
Display a random Calvin and Hobbes comic strip.
Что такое Calvin and Hobbes Explorer?
Calvin and Hobbes Explorer - это расширение Chrome, разработанное Rounak Agarwal, и его основная функция - "Display a random Calvin and Hobbes comic strip.".
Снимки экрана расширения
Скачать файл CRX расширения Calvin and Hobbes Explorer
Скачайте файлы расширений Calvin and Hobbes Explorer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Each time the icon is clicked, the extension displays a random Calvin and Hobbes comic strip. On clicking the add-on, initially you will be greeted by a Calvin and Hobbes GIF for the time it takes the comic strip to load. As soon as the add-on finishes fetching the comic strip, the GIF is replaced by it.
Основная информация о расширении
Название | Calvin and Hobbes Explorer |
ID | ehihifpjipgdhbppaihjjjnbhlfdhnfd |
Официальный URL | https://chromewebstore.google.com/detail/calvin-and-hobbes-explore/ehihifpjipgdhbppaihjjjnbhlfdhnfd |
Описание | Display a random Calvin and Hobbes comic strip. |
Размер файла | 633 KB |
Количество установок | 225 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2020-11-19 |
Дата публикации | 2020-07-23 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Rounak Agarwal |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
URL страницы помощи | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Calvin and Hobbes Explorer", "version": "1.0.3", "description": "Display a random Calvin and Hobbes comic strip.", "icons": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [], "browser_action": { "default_popup": "hello.html", "default_icon": "calvin_and_hobbes_icon.png" } } |