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