Ludwig Dictionary

Find your sentence and clarify your doubts in English

什麼是Ludwig Dictionary?

Ludwig Dictionary是由Quy Nguyen開發的Chrome擴展程式,該擴展的主要功能是“Find your sentence and clarify your doubts in English”。

擴展截圖

screenshot
screenshot

下載Ludwig Dictionary擴展crx文件

下載Ludwig Dictionary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        - Clarify your doubts in English
- Get translation in context
- Compare your sentences
- Learn and get inspires                    

擴展基本資訊

名稱 Ludwig Dictionary Ludwig Dictionary
ID opejkjehcoahdkeemeamadblglgabknf
官方網址 https://chromewebstore.google.com/detail/ludwig-dictionary/opejkjehcoahdkeemeamadblglgabknf
簡介 Find your sentence and clarify your doubts in English
檔案大小 4.03 KB
安裝次數 974
目前版本 1.0
更新時間 2018-01-11
上架時間 2018-01-11
評分 5.00/5 共 2 次評分
開發者 Quy Nguyen
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ludwig Dictionary",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Find your sentence and clarify your doubts in English",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "ludwig.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "author": [
        {
            "name": "Quy Nguyen",
            "email": "[email protected]"
        }
    ]
}