Magic Hat
Store interesting pages in the hat
Cos'è Magic Hat?
Magic Hat è un'estensione di Chrome sviluppata da William Yao, e la sua funzione principale è "Store interesting pages in the hat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Magic Hat
Scarica i file di estensione Magic Hat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Magic Hat |
ID | eeakklijcokabhlabhbpjmoedpehejln |
URL Ufficiale | https://chromewebstore.google.com/detail/magic-hat/eeakklijcokabhlabhbpjmoedpehejln |
Descrizione | Store interesting pages in the hat |
Dimensione del File | 15.46 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2014-01-04 |
Data di Pubblicazione | 2014-01-03 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | William Yao |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |