Underline

Learn a foreign language with a personalized database of flashcards based on the content you view every day!

Underlineคืออะไร?

Underline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getunderline.io และคุณลักษณะหลักของมันคือ "Learn a foreign language with a personalized database of flashcards based on the content you view every day!"

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

screenshot
screenshot
screenshot

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

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

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

                        Underline - expand your vocabulary while you browse the Internet.

Use in 3 steps: 
1. You are browsing foreign language content
2. You select a word you do not understand and click the "U" button 
3. Underline will display the translation, allow you to listen to the word pronunciation and save it as a flashcard in the mobile application

Underline advantages:
- Easy and convenient translation of words directly in the foreign language content
- Reliable result matching thanks to the use of contextual translation
-The ability to listen to the pronunciation, which will allow you to remember a given word better
- Option to save translations as study cards in the mobile application
- Access to suggested words on the basis of previously saved flashcards

By combining two compatible tools - a browser plug-in and a mobile application, Underline combines the process of searching, translating, saving and learning words, which allows you to learn the vocabulary you really need.
Our extension works for Chrome, Opera and Microsoft Edge.

In addition to English, we also have languages such as:
- Spanish
- Ukrainian
- German
- French
- Japanese
- Korean
- Chinese
- and many others

Underline works best with our mobile application, so if you want to learn vocabulary, we encourage you to download it! The mobile application is available in both the App Store and Google Play.


App Store: https://apps.apple.com/us/app/underline-language-learning/id1571773059
Google Play: https://play.google.com/store/apps/details?id=com.fiszki                    

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

ชื่อ Underline Underline
ID ogdfpjfkomoeoodbemmkloabcjkmmbol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/underline/ogdfpjfkomoeoodbemmkloabcjkmmbol
คำอธิบาย Learn a foreign language with a personalized database of flashcards based on the content you view every day!
ขนาดไฟล์ 503 KB
จำนวนการติดตั้ง 825
เวอร์ชันปัจจุบัน 0.1.33
อัปเดตครั้งล่าสุด 2022-08-07
วันที่เผยแพร่ 2022-04-01
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://getunderline.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getunderline.io
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1kKOyWmcThexpCw5JbPvkdsoguF2wurqixAQwO1ELAjU/edit
ภาษาที่รองรับ en,en-GB,en-US,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDesc__",
    "version": "0.1.33",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "contextMenus",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "64": "logo64.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "u_icon.png",
                "\/src\/assets\/img\/svg\/*",
                "\/src\/assets\/fonts\/*",
                "play_word.svg",
                "icon_add_flash.svg"
            ],
            "matches": [
                ""
            ],
            "extensions": [
                "dbfdphnkgidhanpaeacokgpcbmpkpnfi",
                "fpkjgnidklefaamfknpgamdmkphedlcc"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8000\/*",
            "https:\/\/getunderline.io\/*",
            "https:\/\/underline-landing.web.app\/*"
        ]
    }
}