Magic Hat

Store interesting pages in the hat

O que é Magic Hat?

Magic Hat é uma extensão do Chrome desenvolvida por William Yao, e sua principal característica é "Store interesting pages in the hat".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Magic Hat

Baixe arquivos de extensão Magic Hat 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

                        Found an interesting webpage, funny picture, whatever? Store it in the hat! Then pick something random out of the hat whenever you need something to do.                    

Informações Básicas da Extensão

Nome Magic Hat Magic Hat
ID eeakklijcokabhlabhbpjmoedpehejln
URL Oficial https://chromewebstore.google.com/detail/magic-hat/eeakklijcokabhlabhbpjmoedpehejln
Descrição Store interesting pages in the hat
Tamanho do Arquivo 15.46 KB
Contagem de Instalações 32
Versão Atual 1.2.1
Última Atualização 2014-01-04
Data de Publicação 2014-01-03
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor William Yao
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magic Hat",
    "version": "1.2.1",
    "description": "Store interesting pages in the hat",
    "browser_action": {
        "default_title": "Got something for the hat?",
        "default_popup": "popup.htm",
        "default_icon": {
            "19": "artassets\/magichat19.png",
            "38": "artassets\/magichat38.png"
        }
    },
    "options_page": "options.htm",
    "author": [
        "William Yao"
    ],
    "icons": {
        "128": "artassets\/magichat128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "magic_hat.js"
        ]
    },
    "commands": {
        "pull-hat": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Pull a page out of the hat"
        }
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}