Flipside Cracker
Solves the weekly challenges released by Stanford Flipside with the click of a button!
¿Qué es Flipside Cracker?
Flipside Cracker es una extensión de Chrome desarrollada por https://www.hacero.com, y su función principal es "Solves the weekly challenges released by Stanford Flipside with the click of a button!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Flipside Cracker
Descarga archivos de extensión Flipside Cracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Flipside Cracker |
ID | ackdccicagmfbejojcgknoffhocgcdfe |
URL Oficial | https://chromewebstore.google.com/detail/flipside-cracker/ackdccicagmfbejojcgknoffhocgcdfe |
Descripción | Solves the weekly challenges released by Stanford Flipside with the click of a button! |
Tamaño del Archivo | 33.35 KB |
Cantidad de Instalaciones | 13 |
Versión Actual | 1.0.3 |
Última Actualización | 2014-03-11 |
Fecha de Publicación | 2014-03-10 |
Desarrollador | https://www.hacero.com |
Tipo de Pago | free |
Idiomas Soportados | 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'" } |