Magic Hat

Store interesting pages in the hat

Что такое Magic Hat?

Magic Hat - это расширение Chrome, разработанное William Yao, и его основная функция - "Store interesting pages in the hat".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Magic Hat

Скачайте файлы расширений Magic Hat в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Magic Hat Magic Hat
ID eeakklijcokabhlabhbpjmoedpehejln
Официальный URL https://chromewebstore.google.com/detail/magic-hat/eeakklijcokabhlabhbpjmoedpehejln
Описание Store interesting pages in the hat
Размер файла 15.46 KB
Количество установок 32
Текущая Версия 1.2.1
Последнее Обновление 2014-01-04
Дата публикации 2014-01-03
Рейтинг 4.33/5 Всего 3 оценок
Разработчик William Yao
Тип оплаты free
Поддерживаемые языки 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"
    ]
}