Magic Hat
Store interesting pages in the hat
Magic Hat란 무엇입니까?
Magic Hat은(는) William Yao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Store interesting pages in the hat"입니다.
확장 프로그램 스크린샷
Magic Hat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |