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