Flipside Cracker
Solves the weekly challenges released by Stanford Flipside with the click of a button!
Wat is Flipside Cracker?
Flipside Cracker is een Chrome-extensie ontwikkeld door https://www.hacero.com, en de belangrijkste functie is "Solves the weekly challenges released by Stanford Flipside with the click of a button!".
Extensie Screenshots
Download het CRX-bestand van de extensie Flipside Cracker
Download Flipside Cracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Flipside Cracker |
ID | ackdccicagmfbejojcgknoffhocgcdfe |
Officiële URL | https://chromewebstore.google.com/detail/flipside-cracker/ackdccicagmfbejojcgknoffhocgcdfe |
Beschrijving | Solves the weekly challenges released by Stanford Flipside with the click of a button! |
Bestandsgrootte | 33.35 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2014-03-11 |
Publicatiedatum | 2014-03-10 |
Ontwikkelaar | https://www.hacero.com |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |