Flipside Cracker

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

Τι είναι το Flipside Cracker;

Το Flipside Cracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.hacero.com, και η κύρια λειτουργία του είναι "Solves the weekly challenges released by Stanford Flipside with the click of a button!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Flipside Cracker

Λήψη αρχείων επέκτασης Flipside Cracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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'"
}