Magic Hat

Add any domain/url/word to the bag, and randomly visit them

Magic Hat क्या है?

Magic Hat Durga Prasad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add any domain/url/word to the bag, and randomly visit them"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Magic Hat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Magic Hat help you browse a random item from your defined buckets of 
1. Domains you keep visiting
2. Pages you want to read later
3. Text you want to read up about in future.

Go to the options page to manage your items. 

Use "ctrl+q" shortcut to get a random page.                    

एक्सटेंशन की मूल जानकारी

नाम Magic Hat Magic Hat
ID ipakeaeddpkhjpfdeokobibifclmplkl
आधिकारिक URL https://chromewebstore.google.com/detail/magic-hat/ipakeaeddpkhjpfdeokobibifclmplkl
विवरण Add any domain/url/word to the bag, and randomly visit them
फ़ाइल का आकार 524 KB
स्थापना संख्या 37
वर्तमान संस्करण 1.0
अंतिम अपडेट 2013-12-27
प्रकाशन तिथि 2013-12-26
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर Durga Prasad
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magic Hat",
    "description": "Add any domain\/url\/word to the bag, and randomly visit them",
    "version": "1.0",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "\/img\/bagCheck16.png",
        "48": "\/img\/bagCheck48.png",
        "128": "\/img\/bagCheck128.png"
    },
    "browser_action": {
        "default_icon": "\/img\/bagCheck.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_page": "opt\/options.html",
    "background": {
        "scripts": [
            "util.js",
            "\/models\/jsClass.js",
            "\/models\/genericThingModel.js",
            "\/models\/settingsModel.js",
            "\/models\/exactThingModel.js",
            "\/models\/wordThingModel.js",
            "\/models\/someThingModel.js",
            "uiFunctions.js",
            "localData.js"
        ]
    },
    "commands": {
        "random-show": {
            "suggested_key": {
                "default": "Ctrl+Q"
            },
            "description": "Random from Bag"
        }
    }
}