Magic Hat
Store interesting pages in the hat
什么是Magic Hat?
Magic Hat是由William Yao开发的Chrome扩展程序,该扩展的主要功能是“Store interesting pages in the hat”。
扩展截图
下载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 |
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" ] } |