Crazy Page

Turn any webpage into a crazy page with the click of a button

O que é Crazy Page?

Crazy Page é uma extensão do Chrome desenvolvida por https://steven-roberts.github.io, e sua principal característica é "Turn any webpage into a crazy page with the click of a button".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Crazy Page

Baixe arquivos de extensão Crazy Page 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

                        Are you tired of webpages being boring?  Well you need Crazy Page!  You can turn any webpage into a crazy, rainbow-colored, animated webpage with the click of a button (or by pressing Alt-C).  It is great for pranks or just wasting time.

What's New:
Version 2.0.0 is a complete rewrite that greatly improves performance and reliability.                    

Informações Básicas da Extensão

Nome Crazy Page Crazy Page
ID kfieapkahkkhclonobinbonddbfkpbck
URL Oficial https://chromewebstore.google.com/detail/crazy-page/kfieapkahkkhclonobinbonddbfkpbck
Descrição Turn any webpage into a crazy page with the click of a button
Tamanho do Arquivo 25.56 KB
Contagem de Instalações 20,000
Versão Atual 2.1.0
Última Atualização 2018-07-21
Data de Publicação 2018-07-21
Classificação 4.51/5 Total de 71 Avaliações
Desenvolvedor https://steven-roberts.github.io
Tipo de Pagamento free
Site da Extensão https://github.com/Steven-Roberts/Crazy-Page
URL da Página de Ajuda https://github.com/Steven-Roberts/Crazy-Page/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "45",
    "author": "Steven Roberts",
    "homepage_url": "https:\/\/github.com\/Steven-Roberts\/Crazy-Page",
    "name": "Crazy Page",
    "description": "Turn any webpage into a crazy page with the click of a button",
    "version": "2.1.0",
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "19": "icon-19.png",
            "38": "icon-38.png",
            "48": "icon-48.png"
        }
    },
    "web_accessible_resources": [
        "animations.css"
    ],
    "commands": {
        "toggle-animations": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Toggle Crazy Page"
        }
    },
    "offline_enabled": true,
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}