DiQt - Dictionaries to remember the words

This dictionary allows you to prevent forgetting words you looked up by setting a review for the term you looked up.

DiQt - Dictionaries to remember the wordsคืออะไร?

DiQt - Dictionaries to remember the words เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://diqt.net และคุณลักษณะหลักของมันคือ "This dictionary allows you to prevent forgetting words you looked up by setting a review for the term you looked up."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DiQt - Dictionaries to remember the words

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

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

                        This browser extension makes DiQt's dictionaries easily available on the Web.
By setting a review on the word you looked up, you can repeat the lesson at the most effective time for memory retention.
DiQt is a dictionary tool for linguists that prevents you from forgetting words you encounter on the Web and helps you retain them efficiently in your memory.

DiQt solves the "I've looked up this word before" problem that language learners have.


【The DiQt extension allows you to】

・You can look up a word by simply selecting the text. 
・You can set a review for a word or example sentence to help you remember the word you looked up. 
・You can set a review for a word and review it later in the form of questions. 
・You can review words from anywhere: iOS app, Android app, or web browser. 
・If a word or expression is not in the dictionary, you can look up the meaning with one click using Google Translate and DeepL translation.
・You can use AI to look up the meaning of vocabulary and proofread sentences.
・Dictionaries in 70 languages are available.                    

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

ชื่อ DiQt - Dictionaries to remember the words DiQt - Dictionaries to remember the words
ID khgjdchimekphdebkmcknjkphkbpbpkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/diqt-dictionaries-to-reme/khgjdchimekphdebkmcknjkphkbpbpkj
คำอธิบาย This dictionary allows you to prevent forgetting words you looked up by setting a review for the term you looked up.
ขนาดไฟล์ 6.36 MB
จำนวนการติดตั้ง 1,253
เวอร์ชันปัจจุบัน 1.0.3.4
อัปเดตครั้งล่าสุด 2023-11-06
วันที่เผยแพร่ 2021-08-18
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://diqt.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.diqt.net/en/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.diqt.net/ja/privacy_policy
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.3.4",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/main.js"
            ],
            "css": [
                "\/style.css",
                "\/all.min.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/www.diqt.net\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "\/icon48.png",
        "default_title": "DiQt"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/*",
                "\/options.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}