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"
    ]
}