Memslate

Memslate > Memorize your Translations

Memslateคืออะไร?

Memslate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.memslate.com และคุณลักษณะหลักของมันคือ "Memslate > Memorize your Translations"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Memslate Chrome Extension is able to translate on-the-fly words or phrases from the web page you are visiting when you point to or click on it. 

So you can mouse over or click on a word or on a selected phrase and Memslate will translate it and will show you a little tooltip (dialog) with the translated text. 

Besides this translation is saved anonymously or per user if you are logged in to https://memslate.com and you can review it later on the Memo panel or play a simple memorization game on the Play panel.

How does it works?

* Translate: Memslate is able to translate form and to multiple languages. Translations include multiple exceptions and phonetic transcription.

* Memorize: Memslate keeps track of your translations. You can order, filter and review them whenever you want in order to memorize them.

* Play: And finally Memslate can perform tests, based on your previous translations. The tests are performed in order to help you memorize them. Learn while playing!

If you register a free Memslate account you can share your translations across multiple devices, review and play with them. Otherwise you will be translating anonymously. Anonymous translations are deleted every day.

Powered by LibreTranslate.                    

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

ชื่อ Memslate Memslate
ID hmdilmnmaojnnoddpljfenbinlfjlibg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/memslate/hmdilmnmaojnnoddpljfenbinlfjlibg
คำอธิบาย Memslate > Memorize your Translations
ขนาดไฟล์ 2.15 MB
จำนวนการติดตั้ง 173
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2023-03-08
วันที่เผยแพร่ 2019-07-03
คะแนน 1.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.memslate.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.memslate.com
URL หน้านโยบายความเป็นส่วนตัว https://www.memslate.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Memslate",
    "description": "Memslate > Memorize your Translations",
    "version": "0.3.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "memslate-16.png",
        "default_popup": "chrome_ext\/www\/index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [],
    "options_page": "chrome_ext\/index.html",
    "icons": {
        "16": "memslate-16.png",
        "32": "memslate-32.png",
        "128": "memslate-128.png",
        "256": "memslate-256.png"
    },
    "background": {
        "page": "chrome_ext\/background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "chrome_ext\/css\/page.css"
            ],
            "js": [
                "chrome_ext\/lib\/jquery.min.js",
                "chrome_ext\/lib\/xregexp-min.js",
                "chrome_ext\/lib\/xregexp-unicode-base.js",
                "chrome_ext\/lib\/xregexp-unicode-categories.js",
                "chrome_ext\/js\/tooltip.js",
                "chrome_ext\/js\/ext_utils.js",
                "chrome_ext\/www\/js\/utils.js",
                "chrome_ext\/www\/js\/config.js",
                "chrome_ext\/js\/contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "chrome_ext\/css\/tooltip.css",
        "chrome_ext\/options.html"
    ]
}