Magic Hat
Store interesting pages in the hat
Vad är Magic Hat?
Magic Hat är en Chrome-tillägg utvecklad av William Yao, och dess huvudfunktion är "Store interesting pages in the hat".
Tilläggsskärmbilder
Ladda ner Magic Hat-förlängningens CRX-fil
Ladda ner Magic Hat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Magic Hat |
ID | eeakklijcokabhlabhbpjmoedpehejln |
Officiell webbadress | https://chromewebstore.google.com/detail/magic-hat/eeakklijcokabhlabhbpjmoedpehejln |
Beskrivning | Store interesting pages in the hat |
Filstorlek | 15.46 KB |
Antal Installationer | 32 |
Aktuell Version | 1.2.1 |
Senast Uppdaterad | 2014-01-04 |
Publiceringsdatum | 2014-01-03 |
Betyg | 4.33/5 Totalt 3 Betyg |
Utvecklare | William Yao |
Betalningssätt | free |
Stödda Språk | 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" ] } |