Pali tooltip dictionary (Sinhala/English)
Pali Dictionary tooltip and user definitions
Pali tooltip dictionary (Sinhala/English)คืออะไร?
Pali tooltip dictionary (Sinhala/English) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mahendra และคุณลักษณะหลักของมันคือ "Pali Dictionary tooltip and user definitions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pali tooltip dictionary (Sinhala/English)
ดาวน์โหลดไฟล์ส่วนขยาย Pali tooltip dictionary (Sinhala/English) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Offline Dictionary to facilitate the Pali readers to find the definitions of the word from several dictionaries simultaneously. This will find words written in both Sinhala-Pali as well as English/Roman-Pali. Currently six dictionaries available to search from. You can also build your own dictionary. Enable disable sub-word detection. Manual word search form. New in 0.8.0: - Draggable window Fixes in 0.8.0: - Content scrolling fixed - Window overlapping the selected word fixed
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pali tooltip dictionary (Sinhala/English) |
ID | apmpinigmmhdddfcnelaailfkdhnjapn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pali-tooltip-dictionary-s/apmpinigmmhdddfcnelaailfkdhnjapn |
คำอธิบาย | Pali Dictionary tooltip and user definitions |
ขนาดไฟล์ | 8.05 MB |
จำนวนการติดตั้ง | 184 |
เวอร์ชันปัจจุบัน | 0.8.0 |
อัปเดตครั้งล่าสุด | 2020-01-03 |
วันที่เผยแพร่ | 2020-01-01 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | mahendra |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pali tooltip dictionary (Sinhala\/English)", "short_name": "Pali dictionary", "description": "Pali Dictionary tooltip and user definitions", "options_page": "options.html", "version": "0.8.0", "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ "data\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "css": [ "styles.css" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "https:\/\/*\/*" ], "css": [ "styles.css" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Pali Dictionary" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |