Magic Hat

Store interesting pages in the hat

Qu'est-ce que Magic Hat ?

Magic Hat est une extension Chrome développée par William Yao, et sa fonction principale est "Store interesting pages in the hat".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Magic Hat

Téléchargez les fichiers d'extension Magic Hat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Magic Hat Magic Hat
ID eeakklijcokabhlabhbpjmoedpehejln
URL Officiel https://chromewebstore.google.com/detail/magic-hat/eeakklijcokabhlabhbpjmoedpehejln
Description Store interesting pages in the hat
Taille du Fichier 15.46 KB
Nombre d'Installations 32
Version Actuelle 1.2.1
Dernière Mise à Jour 2014-01-04
Date de Publication 2014-01-03
Évaluation 4.33/5 Total 3 Évaluations
Développeur William Yao
Type de Paiement free
Langues Prises en Charge 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"
    ]
}