Pali tooltip dictionary (Sinhala/English)
Pali Dictionary tooltip and user definitions
Pali tooltip dictionary (Sinhala/English) là gì?
Pali tooltip dictionary (Sinhala/English) là một tiện ích mở rộng Chrome được phát triển bởi mahendra, và tính năng chính của nó là "Pali Dictionary tooltip and user definitions".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pali tooltip dictionary (Sinhala/English)
Tải xuống các tệp mở rộng Pali tooltip dictionary (Sinhala/English) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pali tooltip dictionary (Sinhala/English) |
ID | apmpinigmmhdddfcnelaailfkdhnjapn |
URL Chính Thức | https://chromewebstore.google.com/detail/pali-tooltip-dictionary-s/apmpinigmmhdddfcnelaailfkdhnjapn |
Mô tả | Pali Dictionary tooltip and user definitions |
Kích Thước Tệp | 8.05 MB |
Số Lần Cài Đặt | 184 |
Phiên Bản Hiện Tại | 0.8.0 |
Cập Nhật Lần Cuối | 2020-01-03 |
Ngày Phát Hành | 2020-01-01 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | mahendra |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |