Magic Hat
Store interesting pages in the hat
Magic Hat क्या है?
Magic Hat William Yao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Store interesting pages in the hat"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Magic Hat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |