Flipside Cracker
Solves the weekly challenges released by Stanford Flipside with the click of a button!
O que é Flipside Cracker?
Flipside Cracker é uma extensão do Chrome desenvolvida por https://www.hacero.com, e sua principal característica é "Solves the weekly challenges released by Stanford Flipside with the click of a button!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Flipside Cracker
Baixe arquivos de extensão Flipside Cracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Flipside Cracker |
ID | ackdccicagmfbejojcgknoffhocgcdfe |
URL Oficial | https://chromewebstore.google.com/detail/flipside-cracker/ackdccicagmfbejojcgknoffhocgcdfe |
Descrição | Solves the weekly challenges released by Stanford Flipside with the click of a button! |
Tamanho do Arquivo | 33.35 KB |
Contagem de Instalações | 13 |
Versão Atual | 1.0.3 |
Última Atualização | 2014-03-11 |
Data de Publicação | 2014-03-10 |
Desenvolvedor | https://www.hacero.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |