Remind Me

Remind Me helps you remember articles by revisiting them following a spaced repetition learning algorithm

Remind Meคืออะไร?

Remind Me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย remindme.dreamstreet และคุณลักษณะหลักของมันคือ "Remind Me helps you remember articles by revisiting them following a spaced repetition learning algorithm"

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

screenshot
screenshot

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

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

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

                        Having a hard time remembering something from a webpage you've visited? This extension is for you.

Remind Me follows a conventional spaced repetition learning algorithm to help remind you to revisit a page you've been to in the past. Simply click "Remind Me!" while on the page of a website and the extension will resurface that site on a frequency optimized for memory retention. 

This is proof of concept extension designed to understand the value of spaced learning. I will iterate on it based on feedback provided by you. Feedback will initially need to be emailed to me as I'd like to keep the extension clean. In a future version I'll begin collecting real-time feedback on the quality of a reminder. 

If a feature doesn't exist that you think would be helpful - send a request my way! 

Please note, this is for Google account users only. If you're not logged into your account, it will not work.                    

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

ชื่อ Remind Me Remind Me
ID iabpkngjacdcbpplbapmdphcopjaiofi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/remind-me/iabpkngjacdcbpplbapmdphcopjaiofi
คำอธิบาย Remind Me helps you remember articles by revisiting them following a spaced repetition learning algorithm
ขนาดไฟล์ 44.01 KB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2018-07-14
วันที่เผยแพร่ 2018-07-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา remindme.dreamstreet
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remind Me",
    "description": "Remind Me helps you remember articles by revisiting them following a spaced repetition learning algorithm",
    "version": "0.0.2",
    "icons": {
        "16": "RemindMe-16x16.png",
        "48": "RemindMe-48x48.png",
        "128": "RemindMe-128x128.png"
    },
    "browser_action": {
        "default_icon": "RemindMe-16x16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "request.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/*.execute-api.us-west-1.amazonaws.com\/",
        "tabs",
        "identity",
        "identity.email"
    ]
}