Lookup Assistant

Lookup highlighted text.

Lookup Assistantとは何ですか?

Lookup AssistantはChing Chowによって開発されたChromeの拡張機能で、その主な機能は「Lookup highlighted text.」です。

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

screenshot
screenshot

Lookup Assistant拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Lookup Assistant enables a user to perform search and other operations on highlighted text via right-click.

* Simple and unobtrusive user interface.
* User customizable menus.                    

拡張機能の基本情報

名前 Lookup Assistant Lookup Assistant
ID gffkdmepjpippahnkmhellmgoinojhle
公式URL https://chromewebstore.google.com/detail/lookup-assistant/gffkdmepjpippahnkmhellmgoinojhle
説明 Lookup highlighted text.
ファイルサイズ 396 KB
インストール数 48
現在のバージョン 2.1.3
最終更新日 2018-11-24
公開日 2018-11-23
評価 4.50/5 合計 4 レビュー
開発者 Ching Chow
支払い方法 free
拡張機能のウェブサイト https://github.com/chingc/Lookup-Assistant
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lookup Assistant",
    "version": "2.1.3",
    "description": "Lookup highlighted text.",
    "icons": {
        "128": "assets\/icon_128.png",
        "48": "assets\/icon_48.png",
        "16": "assets\/icon_16.png"
    },
    "background": {
        "scripts": [
            "scripts.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus"
    ]
}