Definer Of Words

Defines Words You Highlight With Mouse Cursor

Apa itu Definer Of Words?

Definer Of Words adalah ekstensi Chrome yang dikembangkan oleh kevin.teal1, dan fitur utamanya adalah "Defines Words You Highlight With Mouse Cursor".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Definer Of Words

Unduh file ekstensi Definer Of Words dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This is an page dictionary. All you have to do is highlight a word on the page with the mouse cursor and then an information box will appear with the definition of the word. 

This app will be great for those learning the English language.                    

Informasi Dasar Ekstensi

Nama Definer Of Words Definer Of Words
ID apgbjnebgghbmgpdcllmonpdeecjlmbm
URL Resmi https://chrome.google.com/webstore/detail/definer-of-words/apgbjnebgghbmgpdcllmonpdeecjlmbm
Deskripsi Defines Words You Highlight With Mouse Cursor
Ukuran File 45.1 KB
Jumlah Instalasi 169
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-07-21
Tanggal Publikasi 2015-07-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang kevin.teal1
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Definer Of Words",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Defines Words You Highlight With Mouse Cursor",
    "browser_action": {
        "default_icon": "off.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js"
            ]
        }
    ]
}