Calvin and Hobbes Explorer
Display a random Calvin and Hobbes comic strip.
O que é Calvin and Hobbes Explorer?
Calvin and Hobbes Explorer é uma extensão do Chrome desenvolvida por Rounak Agarwal, e sua principal característica é "Display a random Calvin and Hobbes comic strip.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Calvin and Hobbes Explorer
Baixe arquivos de extensão Calvin and Hobbes Explorer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Calvin and Hobbes Explorer |
ID | ehihifpjipgdhbppaihjjjnbhlfdhnfd |
URL Oficial | https://chromewebstore.google.com/detail/calvin-and-hobbes-explore/ehihifpjipgdhbppaihjjjnbhlfdhnfd |
Descrição | Display a random Calvin and Hobbes comic strip. |
Tamanho do Arquivo | 633 KB |
Contagem de Instalações | 225 |
Versão Atual | 1.0.3 |
Última Atualização | 2020-11-19 |
Data de Publicação | 2020-07-23 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Rounak Agarwal |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
URL da Página de Ajuda | https://github.com/agarwalrounak/Calvin-and-Hobbes-Explorer |
Idiomas Suportados | 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" } } |