Flipside Cracker
Solves the weekly challenges released by Stanford Flipside with the click of a button!
Flipside Crackerคืออะไร?
Flipside Cracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.hacero.com และคุณลักษณะหลักของมันคือ "Solves the weekly challenges released by Stanford Flipside with the click of a button!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flipside Cracker
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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'" } |