Rememberry - Translate and Memorize

Translate words and phrases while browsing the web, and easily replenish your foreign languages dictionary using flashcards.

Rememberry - Translate and Memorizeคืออะไร?

Rememberry - Translate and Memorize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rememberry และคุณลักษณะหลักของมันคือ "Translate words and phrases while browsing the web, and easily replenish your foreign languages dictionary using flashcards."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rememberry - Translate and Memorize

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

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

                        Translate any text while browsing and save it if you wish to memorize it.
Rememberry utilizes innovative scientific researches of human memory and how it works. It was discovered that the most efficient way to keep knowledge in memory is to repeat it exactly at the moment when your brain is ready to forget it. Therefore after learning some foreign word you'll need to repeat it with some increasing intervals. Those intervals are calculated using complex scientific algorithms, which are based on how many times the word was already repeated, and more importantly, how hard for you it was to recall it (in learning sessions you'll be asked to evaluate if it was easy, normal or hard for you). The latter gives our algorithms some clue about specifically yours memory abilities, which provides more accurate intervals value.

KEY FEATURES:
★ Translate any text in web page via selection, context menu or configurable hotkeys
★ Translate custom text inside pop-up window that's located in browser menu bar
★ Word pronunciation (text to speech), transcription, synonyms, antonyms, definition and usage examples
★ More than 100 supported languages
★ Extensive translation results divided on parts of speech, with ability to add custom translation
★ Conveniently divide your vocabulary into categories (we are calling it "decks")
★ Built-in reminders will notify you when you haven’t learned for too long
★ Badge on top of Rememberry icon will keep you informed how many words are waiting for your repetition
★ Different learning modes are there to help you understand which type of memory works better for you
★ Full control over your decks and cards
★ Synchronization of settings between your Google Chrome browsers
★ Offline mode support for repetition sessions

UPCOMING FEATURES:
★ Synchronization of decks
★ Ability to repeat saved cards using mobile devices
★ Highlight words that you've learned in web pages
★ Learning statistics
★ Achievements system and top of most active learners

HELP TO TRANSLATE THE INTERFACE INTO OTHER LANGUAGES:
https://github.com/skyiea/rememberry-i10n#how-to-contribute                    

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

ชื่อ Rememberry - Translate and Memorize Rememberry - Translate and Memorize
ID dipiagiiohfljcicegpgffpbnjmgjcnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rememberry-translate-and/dipiagiiohfljcicegpgffpbnjmgjcnf
คำอธิบาย Translate words and phrases while browsing the web, and easily replenish your foreign languages dictionary using flashcards.
ขนาดไฟล์ 508 KB
จำนวนการติดตั้ง 162,678
เวอร์ชันปัจจุบัน 0.6.1
อัปเดตครั้งล่าสุด 2023-09-16
วันที่เผยแพร่ 2019-08-03
คะแนน 4.60/5 รวมทั้งหมด 863 คะแนน
ผู้พัฒนา rememberry
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.rememberry.in/
URL หน้านโยบายความเป็นส่วนตัว https://rememberry.surge.sh/privacy-policy
ภาษาที่รองรับ en,ca,et,pl,pt-BR,sl,fi,ru,uk,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "__MSG_ext_author__",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "version": "0.6.1",
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "offline_enabled": true,
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_ext_short_name__"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "ico\/card16.png",
        "32": "ico\/card32.png",
        "48": "ico\/card48.png",
        "128": "ico\/card128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "file:\/\/\/",
        "storage",
        "unlimitedStorage",
        "tabs",
        "contextMenus",
        "notifications",
        "webNavigation"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "content_security_policy": "default-src 'self'; connect-src * blob:; script-src 'self' https:\/\/*.firebasedatabase.app\/ https:\/\/apis.google.com\/; frame-src https:\/\/*.firebasedatabase.app\/ https:\/\/*.firebaseapp.com\/ 'self'; style-src * 'unsafe-inline'; media-src 'self'; img-src * 'self' data:;",
    "web_accessible_resources": [
        "fonts\/*"
    ]
}