Magic Hat

Store interesting pages in the hat

什麼是Magic Hat?

Magic Hat是由William Yao開發的Chrome擴展程式,該擴展的主要功能是“Store interesting pages in the hat”。

擴展截圖

screenshot

下載Magic Hat擴展crx文件

下載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
官方網址 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"
    ]
}