Flipside Cracker

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

什么是Flipside Cracker?

Flipside Cracker是由https://www.hacero.com开发的Chrome扩展程序,该扩展的主要功能是“Solves the weekly challenges released by Stanford Flipside with the click of a button!”。

扩展截图

screenshot

下载Flipside Cracker扩展crx文件

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