Quick Dict - Từ điển nhanh
Allow you to quickly open a translate site after you select some text by mouse
Quick Dict - Từ điển nhanhคืออะไร?
Quick Dict - Từ điển nhanh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mrtrandinhvn และคุณลักษณะหลักของมันคือ "Allow you to quickly open a translate site after you select some text by mouse"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Dict - Từ điển nhanh
ดาวน์โหลดไฟล์ส่วนขยาย Quick Dict - Từ điển nhanh ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Version 1.1.5 changelog:
- Use a different link to ask for a beer.
Version 1.1.3 changelog:
- Change japanese dict from tratunhatviet to jdict
Đây là một extension cho Chrome/cốc cốc/edge giúp người dùng có thể tra cứu nhanh chóng một từ vựng trên các từ điển nổi tiếng như: http://www.oxfordlearnersdictionaries.com/
https://www.hellochao.vn
https://translate.google.com/
https://jdict.net/
=============================
Hướng dẫn sử dụng:
- Cài extension ở link này: https://chrome.google.com/webstore/detail/quick-dict/loajmdadbakbnafgljedlmgpeimknije
- Bạn tải lại một trang web bất kì.
- Double click vào một từ bạn muốn tra cứu
- Chọn từ điển mà bạn muốn tra cứu.
===========================
Ủng hộ người phát triển: https://www.buymeacoffee.com/mrtrandinhvn
Các project khác: https://www.dinhtran.page/ ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | loajmdadbakbnafgljedlmgpeimknije |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quick-dict-t%E1%BB%AB-%C4%91i%E1%BB%83n-nhanh/loajmdadbakbnafgljedlmgpeimknije |
| คำอธิบาย | Allow you to quickly open a translate site after you select some text by mouse |
| ขนาดไฟล์ | 96.82 KB |
| จำนวนการติดตั้ง | 134 |
| เวอร์ชันปัจจุบัน | 1.1.5 |
| อัปเดตครั้งล่าสุด | 2023-05-12 |
| วันที่เผยแพร่ | 2018-02-20 |
| คะแนน | 4.44/5 รวมทั้งหมด 9 คะแนน |
| ผู้พัฒนา | mrtrandinhvn |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้าช่วยเหลือ | https://www.buymeacoffee.com/mrtrandinhvn |
| ภาษาที่รองรับ | vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quick Dict - T\u1eeb \u0111i\u1ec3n nhanh",
"version": "1.1.5",
"description": "Allow you to quickly open a translate site after you select some text by mouse",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
".\/built\/content_scripts\/css\/index.css"
],
"js": [
".\/built\/content_scripts\/js\/index.bundle.js"
]
}
],
"browser_action": {
"default_icon": {
"19": "icons\/icon16.png",
"38": "icons\/icon64.png"
},
"default_popup": "src\/browser_action\/index.html"
},
"web_accessible_resources": [
"resources\/images\/*"
],
"manifest_version": 2,
"author": "[email protected]"
} | |