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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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'" } |