TJDict 線上字典

TJDict 是一款方便快速的整合型網路字典,支援英漢、漢英、英英、日日,只要查詢一個單字,就能得到多本字典的查詢結果。再也不用開一堆分頁找單字,節省你的寶貴時間。

Hvad er TJDict 線上字典?

TJDict 線上字典 er en Chrome-udvidelse udviklet af https://tonytonyjan.net, og dens hovedfunktion er "TJDict 是一款方便快速的整合型網路字典,支援英漢、漢英、英英、日日,只要查詢一個單字,就能得到多本字典的查詢結果。再也不用開一堆分頁找單字,節省你的寶貴時間。".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download TJDict 線上字典-udvidelses-CRX-fil

Download TJDict 線上字典-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        ## 一鍵查詢多本字典的外掛

找不到你要的單字嗎?TJDict 當你的第三隻手,一次幫你翻 8 本字典!TJDict 收錄了最常使用且評價最高的 8 本字典,讓你一鍵查詢,省時又省力!

## 使用

- Ctrl/Cmd + 滑鼠雙擊單字
- Ctrl/Cmd + Alt + 滑鼠拖曳反白單字

## 支援字典

- Cambridge 劍橋英語詞典
- Thesaurus 英語同義詞詞典
- Jukuu 句酷英漢例句庫
- Oxford 牛津英語詞典
- Urban 英語俚語詞彙庫
- Voicetube 英漢影音字典
- Weblio 日語詞典
- Yahoo 奇摩英漢字典
- 滬江小D 日語字典                    

Grundlæggende oplysninger om udvidelsen

Navn TJDict 線上字典 TJDict 線上字典
ID caafmojgjlbflohillejdmnghkpcjjpp
Officiel URL https://chromewebstore.google.com/detail/tjdict-%E7%B7%9A%E4%B8%8A%E5%AD%97%E5%85%B8/caafmojgjlbflohillejdmnghkpcjjpp
Beskrivelse TJDict 是一款方便快速的整合型網路字典,支援英漢、漢英、英英、日日,只要查詢一個單字,就能得到多本字典的查詢結果。再也不用開一堆分頁找單字,節省你的寶貴時間。
Filstørrelse 2.51 MB
Antal Installationer 10,000
Nuværende Version 2.2.1
Senest Opdateret 2020-07-29
Udgivelsesdato 2020-07-04
Bedømmelse 4.64/5 Samlet 457 Bedømmelser
Udvikler https://tonytonyjan.net
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://tjdict.com
Understøttede Sprog zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TJDict \u7dda\u4e0a\u5b57\u5178",
    "short_name": "TJDict",
    "description": "TJDict \u662f\u4e00\u6b3e\u65b9\u4fbf\u5feb\u901f\u7684\u6574\u5408\u578b\u7db2\u8def\u5b57\u5178\uff0c\u652f\u63f4\u82f1\u6f22\u3001\u6f22\u82f1\u3001\u82f1\u82f1\u3001\u65e5\u65e5\uff0c\u53ea\u8981\u67e5\u8a62\u4e00\u500b\u55ae\u5b57\uff0c\u5c31\u80fd\u5f97\u5230\u591a\u672c\u5b57\u5178\u7684\u67e5\u8a62\u7d50\u679c\u3002\u518d\u4e5f\u4e0d\u7528\u958b\u4e00\u5806\u5206\u9801\u627e\u55ae\u5b57\uff0c\u7bc0\u7701\u4f60\u7684\u5bf6\u8cb4\u6642\u9593\u3002",
    "version": "2.2.1",
    "manifest_version": 2,
    "permissions": [
        "notifications",
        "contextMenus",
        "*:\/\/tw.dictionary.search.yahoo.com\/*",
        "*:\/\/tw.search.yahoo.com\/*",
        "*:\/\/www.weblio.jp\/content\/*",
        "*:\/\/tw.voicetube.com\/*",
        "*:\/\/www.urbandictionary.com\/*",
        "*:\/\/www.lexico.com\/*",
        "*:\/\/www.jukuu.com\/*",
        "*:\/\/dictionary.cambridge.org\/*",
        "*:\/\/www.thesaurus.com\/*",
        "*:\/\/dict.hjenglish.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "TJDict"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com; object-src 'self';",
    "web_accessible_resources": [
        "index.html"
    ]
}