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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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