Youdao Dict

有道词典 Chrome 扩展

Τι είναι το Youdao Dict;

Το Youdao Dict είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Justin Young, και η κύρια λειτουργία του είναι "有道词典 Chrome 扩展".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Youdao Dict

Λήψη αρχείων επέκτασης Youdao Dict σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        0.3.5

现在你可以自定义快捷键快速打开弹出搜索框了。

---------------

0.3.0

现在你可以在设置面板设置你自己的 key 了,解决查询次数限制问题。

---------------

0.2.6

现在你可以在设置面板开启划词翻译功能了。

---------------

0.2.5

现在你可以在设置面板自定义按键触发翻译了。

--------------

0.2.4

现在你可以在设置面板启用添加生词至有道单词本功能了。

The extension is used for translation between Chinese and English.

It contains two features. 

You can translate the word or sentence you double click to select on current page. It would popup a tip field containing explanations.

You can also translate the word or sentence you input on the popup window which would show on clicking the extension icon on the toolbar.

The extension would be quite convenient for Chinese user when they are browsing English web page. They can immediately translate the unknown English word with no need to leave the current page.

本扩展功能为中英文转换,使用有道词典 api。

支持的功能包括:双击翻译,按住 Ctrl 翻译。                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Youdao Dict Youdao Dict
ID geboigdomoihijcamklnhlcgnnpdgkmg
Επίσημο URL https://chromewebstore.google.com/detail/youdao-dict/geboigdomoihijcamklnhlcgnnpdgkmg
Περιγραφή 有道词典 Chrome 扩展
Μέγεθος Αρχείου 1.33 MB
Αριθμός Εγκαταστάσεων 4,000
Τρέχουσα Έκδοση 0.3.6
Τελευταία Ενημέρωση 2017-02-20
Ημερομηνία Δημοσίευσης 2017-02-20
Αξιολόγηση 4.55/5 Συνολικά 65 Αξιολογήσεις
Προγραμματιστής Justin Young
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/youngdze/YoudaoDict
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/youngdze/YoudaoDict/issues
Υποστηριζόμενες Γλώσσες zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youdao Dict",
    "description": "\u6709\u9053\u8bcd\u5178 Chrome \u6269\u5c55",
    "version": "0.3.6",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png",
        "256": "img\/icon.png"
    },
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/youdao-dict\/geboigdomoihijcamklnhlcgnnpdgkmg",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "http:\/\/fanyi.youdao.com\/",
        "http:\/\/dict.youdao.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "css": [],
            "js": [
                "js\/bubble.js"
            ]
        }
    ],
    "web_accessible_resources": [],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}