NAVER Dictionary - Right Click Context Menu

Adds right click menu for NAVER Dictionary

Wat is NAVER Dictionary - Right Click Context Menu?

NAVER Dictionary - Right Click Context Menu is een Chrome-extensie ontwikkeld door Jimmy Ly, en de belangrijkste functie is "Adds right click menu for NAVER Dictionary".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie NAVER Dictionary - Right Click Context Menu

Download NAVER Dictionary - Right Click Context Menu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Adds right click menu for NAVER Dictionary                    

Basisinformatie over de Extensie

Naam NAVER Dictionary - Right Click Context Menu NAVER Dictionary - Right Click Context Menu
ID lleedlmnoojfhnkaecmgkhemapcgpppl
Officiële URL https://chromewebstore.google.com/detail/naver-dictionary-right-cl/lleedlmnoojfhnkaecmgkhemapcgpppl
Beschrijving Adds right click menu for NAVER Dictionary
Bestandsgrootte 13.24 KB
Aantal Installaties 5,081
Huidige Versie 0.2
Laatst Bijgewerkt 2020-06-07
Publicatiedatum 2020-06-06
Beoordeling 4.71/5 Totaal 7 Beoordelingen
Ontwikkelaar Jimmy Ly
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}