Dicty
Dicty is an offline dictionary that looks up words in separately available data modules that are shipped as extensions.
什麼是Dicty?
Dicty是由https://dicty.net開發的Chrome擴展程式,該擴展的主要功能是“Dicty is an offline dictionary that looks up words in separately available data modules that are shipped as extensions.”。
擴展截圖
下載Dicty擴展crx文件
下載Dicty擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Dicty supports quick lookup in multiple dictionaries, which are supplied as separate chrome extensions. Users can see the most relevant matches immediately as they type, and various typographical / color coding schemes help making the results easier to read.
擴展基本資訊
名稱 | Dicty |
ID | mcnibgfemkkcmpkkbakeoglpcmefifji |
官方網址 | https://chromewebstore.google.com/detail/dicty/mcnibgfemkkcmpkkbakeoglpcmefifji |
簡介 | Dicty is an offline dictionary that looks up words in separately available data modules that are shipped as extensions. |
檔案大小 | 167 KB |
安裝次數 | 49 |
目前版本 | 1.0.6 |
更新時間 | 2019-03-22 |
上架時間 | 2019-03-22 |
評分 | 3.40/5 共 5 次評分 |
開發者 | https://dicty.net |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dicty", "version": "1.0.6", "manifest_version": 2, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDT5286VmjdevFnKPqJ4BUeuFs2IrS6GoI5Er3l73l1sU6B63HjGypimKseJh4LX+RuyymAsep\/54DhMepvoCT25xbs2n6a1rqiat0BuN7JUD+3PBflrOXncM0giIECc+l7QSQUTPMpZAuBL51tB4IOQKR7OrhMHxEufBl5HHTK1wIDAQAB", "description": "Dicty is an offline dictionary that looks up words in separately available data modules that are shipped as extensions.", "icons": { "19": "dicty-19.png", "48": "dicty-48.png", "128": "dicty-128.png" }, "browser_action": { "default_icon": { "19": "dicty-19.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "jquery-3.0.0.min.js", "trainer.js", "dict.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+X", "mac": "Alt+X", "chromeos": "Alt+X", "linux": "Alt+X" } } }, "offline_enabled": true, "permissions": [ "storage", "management" ], "web_accessible_resources": [ "star.png", "star_outline.png" ] } |