Calvin and Hobbes Explorer
Display a random Calvin and Hobbes comic strip.
¿Qué es Calvin and Hobbes Explorer?
Calvin and Hobbes Explorer es una extensión de Chrome desarrollada por Rounak Agarwal, y su función principal es "Display a random Calvin and Hobbes comic strip.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Calvin and Hobbes Explorer
Descarga archivos de extensión Calvin and Hobbes Explorer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Calvin and Hobbes Explorer |
ID | ehihifpjipgdhbppaihjjjnbhlfdhnfd |
URL Oficial | https://chromewebstore.google.com/detail/calvin-and-hobbes-explore/ehihifpjipgdhbppaihjjjnbhlfdhnfd |
Descripción | Display a random Calvin and Hobbes comic strip. |
Tamaño del Archivo | 633 KB |
Cantidad de Instalaciones | 225 |
Versión Actual | 1.0.3 |
Última Actualización | 2020-11-19 |
Fecha de Publicación | 2020-07-23 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Rounak Agarwal |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
URL de la Página de Ayuda | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
Idiomas Soportados | 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" } } |