Flipside Cracker

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

Was ist Flipside Cracker?

Flipside Cracker ist eine Chrome-Erweiterung, die von https://www.hacero.com entwickelt wurde, und ihr Hauptmerkmal ist "Solves the weekly challenges released by Stanford Flipside with the click of a button!".

Erweiterungsscreenshots

screenshot

Flipside Cracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flipside Cracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Flipside Cracker Flipside Cracker
ID ackdccicagmfbejojcgknoffhocgcdfe
Offizielle URL https://chromewebstore.google.com/detail/flipside-cracker/ackdccicagmfbejojcgknoffhocgcdfe
Beschreibung Solves the weekly challenges released by Stanford Flipside with the click of a button!
Dateigröße 33.35 KB
Installationsanzahl 13
Aktuelle Version 1.0.3
Letztes Update 2014-03-11
Veröffentlichungsdatum 2014-03-10
Entwickler https://www.hacero.com
Zahlungsart free
Unterstützte Sprachen 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'"
}