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!”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | ackdccicagmfbejojcgknoffhocgcdfe |
| 官方網址 | 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'"
} | |