Mixologer

Spaced repetition to help you remember drink recipes

Mixologerคืออะไร?

Mixologer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alec Ashford และคุณลักษณะหลักของมันคือ "Spaced repetition to help you remember drink recipes"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mixologer

ดาวน์โหลดไฟล์ส่วนขยาย Mixologer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Are you studying to become a bartender? Or perhaps you're just a regular guy who prides himself as being an exemplary host who wants to easily and efficiently memorize the 200 most popular cocktail recipes. Either way, Mixologer is the Chrome extension you've been looking for. 

It is fundamentally a spaced repetition app, with an implementation of a variant of the SuperMemo2 algorithm to calculate the ideal time to review a cocktail recipe based on past performace and how well you rate your recollection of the card. Each day the icon on your browser will discretely remind you how many recipes are due to be reviewed for that day, and as it is a browser plugin, you can review in what is normally "dead time", for example, when web content is loading, or you are waiting for a download to finish.

All logic in the app itself is written in JavaScript, through the AngularJS framework.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mixologer Mixologer
ID ggfegmodenmjdnbpcglimkgpaihcmdfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mixologer/ggfegmodenmjdnbpcglimkgpaihcmdfd
คำอธิบาย Spaced repetition to help you remember drink recipes
ขนาดไฟล์ 504 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-01-22
วันที่เผยแพร่ 2015-01-22
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Alec Ashford
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mixologer",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Spaced repetition to help you remember drink recipes",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "src\/browser_action\/popup.html"
    }
}