NAVER Dictionary - Right Click Context Menu

Adds right click menu for NAVER Dictionary

Hvad er NAVER Dictionary - Right Click Context Menu?

NAVER Dictionary - Right Click Context Menu er en Chrome-udvidelse udviklet af Jimmy Ly, og dens hovedfunktion er "Adds right click menu for NAVER Dictionary".

Udvidelsesskærmbilleder

screenshot
screenshot

Download NAVER Dictionary - Right Click Context Menu-udvidelses-CRX-fil

Download NAVER Dictionary - Right Click Context Menu-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Adds right click menu for NAVER Dictionary                    

Grundlæggende oplysninger om udvidelsen

Navn NAVER Dictionary - Right Click Context Menu NAVER Dictionary - Right Click Context Menu
ID lleedlmnoojfhnkaecmgkhemapcgpppl
Officiel URL https://chromewebstore.google.com/detail/naver-dictionary-right-cl/lleedlmnoojfhnkaecmgkhemapcgpppl
Beskrivelse Adds right click menu for NAVER Dictionary
Filstørrelse 13.24 KB
Antal Installationer 5,081
Nuværende Version 0.2
Senest Opdateret 2020-06-07
Udgivelsesdato 2020-06-06
Bedømmelse 4.71/5 Samlet 7 Bedømmelser
Udvikler Jimmy Ly
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NAVER Dictionary - Right Click Context Menu",
    "description": "Adds right click menu for NAVER Dictionary",
    "version": "0.2",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "sample.js"
        ]
    },
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    }
}