Flipside Cracker

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

Flipside Cracker là gì?

Flipside Cracker là một tiện ích mở rộng Chrome được phát triển bởi https://www.hacero.com, và tính năng chính của nó là "Solves the weekly challenges released by Stanford Flipside with the click of a button!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flipside Cracker

Tải xuống các tệp mở rộng Flipside Cracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flipside Cracker Flipside Cracker
ID ackdccicagmfbejojcgknoffhocgcdfe
URL Chính Thức https://chromewebstore.google.com/detail/flipside-cracker/ackdccicagmfbejojcgknoffhocgcdfe
Mô tả Solves the weekly challenges released by Stanford Flipside with the click of a button!
Kích Thước Tệp 33.35 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2014-03-11
Ngày Phát Hành 2014-03-10
Nhà Phát Triển https://www.hacero.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}