Flipside Cracker

Solves the weekly challenges released by Stanford Flipside with the click of a button!

Flipside Cracker क्या है?

Flipside Cracker https://www.hacero.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Solves the weekly challenges released by Stanford Flipside with the click of a button!"।

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

screenshot

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

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

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

                        An extension for Google Chrome that solves the weekly challenges released by The Stanford Flipside (TSF) with the click of a button!

Simply install the extension in your Chrome browser, navigate to any challenge listed on TSF's puzzle page (http://stanfordflipside.com/category/puzzles/) and click the extension button. Solutions will immediately show up under the puzzles.

Note: You can't win more than one shot glass through TSF's challenge. This extension is meant for the curious ones who are too busy with MATH 51 P-sets to solve brain teasers.                    

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

नाम Flipside Cracker Flipside Cracker
ID ackdccicagmfbejojcgknoffhocgcdfe
आधिकारिक URL https://chromewebstore.google.com/detail/flipside-cracker/ackdccicagmfbejojcgknoffhocgcdfe
विवरण Solves the weekly challenges released by Stanford Flipside with the click of a button!
फ़ाइल का आकार 33.35 KB
स्थापना संख्या 13
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2014-03-11
प्रकाशन तिथि 2014-03-10
डेवलपर https://www.hacero.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flipside Cracker",
    "version": "1.0.3",
    "description": "Solves the weekly challenges released by Stanford Flipside with the click of a button!",
    "icons": {
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/stanfordflipside.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}