reminDO

Unforgettable memory tool

reminDOคืออะไร?

reminDO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย atkk และคุณลักษณะหลักของมันคือ "Unforgettable memory tool"

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

screenshot
screenshot

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

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

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

                        reminDO makes everything you learn unforgettable.
Just enter anything you want to memorize into reminDO.

People quickly forget knowledge they don't review.

Enter whatever you want to memorize into reminDO, and receive reminders before you forget.

Keeping reviews to the necessary minimum maximizes the amount that can be memorized.
Helping you study more effectively.

FEATURES
- Optimized studying based on the forgetting curve vastly improves memorization.
- Take advantage of easy-to-use functions, like managing your "to do" list.
- Study anywhere, any time on your smartphone, tablet, or PC.
- This service is absolutely free.

WHY YOU SHOULD USE reminDO?
- Knowledge is needed to live well in this world.
- However, 80% of what is learned becomes forgotten within a month if nothing is done. This is a great loss.
- By using reminDO, you can continue remembering almost everything you have learned, using minimum effort.

WHAT DO YOU MEMORIZE?
- Gist of books
  Do more than just underline sentences.
- Gist of articles
  Do more than just bookmark websites.
- Captured notes
  Stop trawling through pages of notes.
- Quotations and Inspirations
  Do more than just hear it once and nod along.
- Foreign language words and phrases
  Stop getting lost in a sea of facts.
- All that you want to memorize
  Stop forgetting. Period.

Say "no more" to ineffective study.                    

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

ชื่อ reminDO reminDO
ID cioghjjkbkedmiipnkpopholijehcddj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remindo/cioghjjkbkedmiipnkpopholijehcddj
คำอธิบาย Unforgettable memory tool
ขนาดไฟล์ 71.25 KB
จำนวนการติดตั้ง 4,578
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2016-01-26
วันที่เผยแพร่ 2016-01-26
คะแนน 4.18/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา atkk
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://remindo.co
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "reminDO",
    "short_name": "reminDO",
    "description": "Unforgettable memory tool",
    "version": "1.0.2",
    "icons": {
        "16": "images\/icon\/icon_16.png",
        "48": "images\/icon\/icon_48.png",
        "128": "images\/icon\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon\/icon_19.png",
            "38": "images\/icon\/icon_38.png"
        },
        "default_title": "Remindo",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}