WordComplex (English Dictionary)

Add extra meaning to your web browsing. Look up for definitions while you are on web.

WordComplex (English Dictionary)とは何ですか?

WordComplex (English Dictionary)はRajdeep Chauhanによって開発されたChromeの拡張機能で、その主な機能は「Add extra meaning to your web browsing. Look up for definitions while you are on web.」です。

拡張機能のスクリーンショット

screenshot
screenshot

WordComplex (English Dictionary)拡張機能のCRXファイルをダウンロード

WordComplex (English Dictionary)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Double click on any word to look up its definition while you are browsing. Look up for definitions in WordComplex browser action and open desktop dictionary by clicking wordcomplex icon.
You can go forward and backward in your currently searched words.
Save the words to look up in future.                    

拡張機能の基本情報

名前 WordComplex (English Dictionary) WordComplex (English Dictionary)
ID abiafidebmalgeploojmmpaplaglhhaf
公式URL https://chrome.google.com/webstore/detail/wordcomplex-english-dicti/abiafidebmalgeploojmmpaplaglhhaf
説明 Add extra meaning to your web browsing. Look up for definitions while you are on web.
ファイルサイズ 73.07 KB
インストール数 234
現在のバージョン 2.1
最終更新日 2019-05-19
公開日 2019-05-19
評価 4.00/5 合計 4 レビュー
開発者 Rajdeep Chauhan
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordComplex (English Dictionary)",
    "description": "Add extra meaning to your web browsing. Look up for definitions while you are on web.",
    "version": "2.1",
    "short_name": "WC",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "WordComplex"
    },
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "tip.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "speaker.jpg"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tts",
        "storage"
    ]
}