Flipside Cracker

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

Vad är Flipside Cracker?

Flipside Cracker är en Chrome-tillägg utvecklad av https://www.hacero.com, och dess huvudfunktion är "Solves the weekly challenges released by Stanford Flipside with the click of a button!".

Tilläggsskärmbilder

screenshot

Ladda ner Flipside Cracker-förlängningens CRX-fil

Ladda ner Flipside Cracker-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

                        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.                    

Grundläggande Information om Tillägg

Namn Flipside Cracker Flipside Cracker
ID ackdccicagmfbejojcgknoffhocgcdfe
Officiell webbadress https://chromewebstore.google.com/detail/flipside-cracker/ackdccicagmfbejojcgknoffhocgcdfe
Beskrivning Solves the weekly challenges released by Stanford Flipside with the click of a button!
Filstorlek 33.35 KB
Antal Installationer 13
Aktuell Version 1.0.3
Senast Uppdaterad 2014-03-11
Publiceringsdatum 2014-03-10
Utvecklare https://www.hacero.com
Betalningssätt free
Stödda Språk 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'"
}