Dictionary
Full-featured dictionary extension
什麼是Dictionary?
Dictionary是由https://e-dictionary.org開發的Chrome擴展程式,該擴展的主要功能是“Full-featured dictionary extension”。
擴展截圖
下載Dictionary擴展crx文件
下載Dictionary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily look up word definitions, pronunciations and synonyms as you browse the web 擴展基本資訊
| 名稱 | |
| ID | nhbchcfeodkcblfpdjdhelcfbefefmag |
| 官方網址 | https://chromewebstore.google.com/detail/dictionary/nhbchcfeodkcblfpdjdhelcfbefefmag |
| 簡介 | Full-featured dictionary extension |
| 檔案大小 | 1.85 MB |
| 安裝次數 | 4,383 |
| 目前版本 | 23.11.11 |
| 更新時間 | 2023-12-28 |
| 上架時間 | 2023-02-14 |
| 評分 | 5.00/5 共 22 次評分 |
| 開發者 | https://e-dictionary.org |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://e-dictionary.org |
| 隱私政策頁面URL | https://essentialkit.org/privacy |
| 支援的語言 | id,ms,de,en,fr,sw,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"short_name": "__MSG_appShortName_",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/dictionary\/nhbchcfeodkcblfpdjdhelcfbefefmag",
"version": "23.11.11",
"manifest_version": 3,
"default_locale": "en",
"author": "Justice Ogbonna",
"permissions": [
"declarativeNetRequest",
"contextMenus",
"storage",
"cookies"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "assets\/rules.json"
}
]
},
"host_permissions": [
"*:\/\/*\/*"
],
"action": {
"default_icon": {
"16": "assets\/logo-16x16.png",
"24": "assets\/logo-24x24.png",
"32": "assets\/logo-32x32.png"
},
"default_title": "__MSG_appName__",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"js": [
"content-script\/content-script.js"
],
"css": [
"content-script\/content-script.css"
],
"run_at": "document_start"
}
],
"icons": {
"16": "assets\/logo-16x16.png",
"32": "assets\/logo-32x32.png",
"48": "assets\/logo-48x48.png",
"128": "assets\/logo-128x128.png"
},
"web_accessible_resources": [
{
"resources": [
"assets\/logo-24x24.png"
],
"matches": [
" | |