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. 拡張機能の基本情報
| 名前 | |
| ID | mcnibgfemkkcmpkkbakeoglpcmefifji |
| 公式URL | 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 |
| Eメール | [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"
]
} | |