Define

Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…

Defineとは何ですか?

DefineはAbhinav Mehtaによって開発されたChromeの拡張機能で、その主な機能は「Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…」です。

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

screenshot

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

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

拡張機能の使用方法

                        Define helps you to find the definition of any word on your browser without you changing the Tab.
1. Select the word you wanted the Definition for.
2. Right click and select Define word or Click on the define Chrome Extension icon                    

拡張機能の基本情報

名前 Define Define
ID ghekgieimigknomennplpoiomnldfbaa
公式URL https://chromewebstore.google.com/detail/define/ghekgieimigknomennplpoiomnldfbaa
説明 Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…
ファイルサイズ 16.1 KB
インストール数 35
現在のバージョン 0.0.1
最終更新日 2020-09-28
公開日 2020-09-28
評価 5.00/5 合計 1 レビュー
開発者 Abhinav Mehta
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Define",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "popUp\/index.html",
        "default_title": "Define"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}