Magic Hat

Store interesting pages in the hat

Magic Hat là gì?

Magic Hat là một tiện ích mở rộng Chrome được phát triển bởi William Yao, và tính năng chính của nó là "Store interesting pages in the hat".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Magic Hat

Tải xuống các tệp mở rộng Magic Hat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Magic Hat Magic Hat
ID eeakklijcokabhlabhbpjmoedpehejln
URL Chính Thức https://chromewebstore.google.com/detail/magic-hat/eeakklijcokabhlabhbpjmoedpehejln
Mô tả Store interesting pages in the hat
Kích Thước Tệp 15.46 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2014-01-04
Ngày Phát Hành 2014-01-03
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển William Yao
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}