Magic Hat
Store interesting pages in the hat
Co je Magic Hat?
Magic Hat je rozšíření Chrome vyvinuté William Yao, a jeho hlavní funkcí je „Store interesting pages in the hat“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Magic Hat
Stáhněte si soubory rozšíření Magic Hat ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Magic Hat |
ID | eeakklijcokabhlabhbpjmoedpehejln |
Oficiální URL | https://chromewebstore.google.com/detail/magic-hat/eeakklijcokabhlabhbpjmoedpehejln |
Popis | Store interesting pages in the hat |
Velikost souboru | 15.46 KB |
Počet instalací | 32 |
Aktuální Verze | 1.2.1 |
Poslední Aktualizace | 2014-01-04 |
Datum Vydání | 2014-01-03 |
Hodnocení | 4.33/5 Celkem 3 Hodnocení |
Vývojář | William Yao |
Typ Platby | free |
Podporované Jazyky | 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" ] } |