Daily Calvin & Hobbes

Presenting you with the daily Calvin & Hobbes comic strip.

O que é Daily Calvin & Hobbes?

Daily Calvin & Hobbes é uma extensão do Chrome desenvolvida por irene-lin, e sua principal característica é "Presenting you with the daily Calvin & Hobbes comic strip.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Daily Calvin & Hobbes

Baixe arquivos de extensão Daily Calvin & Hobbes 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

                        An ajax call is used to get the daily comic from http://www.gocomics.com/calvinandhobbes. The date is displayed above the comic and the background is randomized. Each background image is positioned uniquely for the most optimal aesthetics such that resizing has minimal effects. The background image changes every 30 seconds or on a mouse click.                    

Informações Básicas da Extensão

Nome Daily Calvin & Hobbes Daily Calvin & Hobbes
ID cfgifaibfjjnjjffifffakeijkoohfkj
URL Oficial https://chrome.google.com/webstore/detail/daily-calvin-hobbes/cfgifaibfjjnjjffifffakeijkoohfkj
Descrição Presenting you with the daily Calvin & Hobbes comic strip.
Tamanho do Arquivo 3.79 MB
Contagem de Instalações 13
Versão Atual 1.5
Última Atualização 2018-12-29
Data de Publicação 2018-12-29
Desenvolvedor irene-lin
Tipo de Pagamento free
Site da Extensão https://github.com/irene-lin/calvin-hobbes-chrome-extension
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Daily Calvin & Hobbes",
    "description": "Presenting you with the daily Calvin & Hobbes comic strip.",
    "version": "1.5",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/www.gocomics.com\/calvinandhobbes"
    ],
    "chrome_url_overrides": {
        "newtab": "page.html"
    }
}