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…

Apa itu Define?

Define adalah ekstensi Chrome yang dikembangkan oleh Abhinav Mehta, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Define

Unduh file ekstensi Define 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

                        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                    

Informasi Dasar Ekstensi

Nama Define Define
ID ghekgieimigknomennplpoiomnldfbaa
URL Resmi https://chromewebstore.google.com/detail/define/ghekgieimigknomennplpoiomnldfbaa
Deskripsi 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…
Ukuran File 16.1 KB
Jumlah Instalasi 35
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2020-09-28
Tanggal Publikasi 2020-09-28
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Abhinav Mehta
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}