NAVER Dictionary - Right Click Context Menu

Adds right click menu for NAVER Dictionary

Vad är NAVER Dictionary - Right Click Context Menu?

NAVER Dictionary - Right Click Context Menu är en Chrome-tillägg utvecklad av Jimmy Ly, och dess huvudfunktion är "Adds right click menu for NAVER Dictionary".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner NAVER Dictionary - Right Click Context Menu-förlängningens CRX-fil

Ladda ner NAVER Dictionary - Right Click Context Menu-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Adds right click menu for NAVER Dictionary                    

Grundläggande Information om Tillägg

Namn NAVER Dictionary - Right Click Context Menu NAVER Dictionary - Right Click Context Menu
ID lleedlmnoojfhnkaecmgkhemapcgpppl
Officiell webbadress https://chromewebstore.google.com/detail/naver-dictionary-right-cl/lleedlmnoojfhnkaecmgkhemapcgpppl
Beskrivning Adds right click menu for NAVER Dictionary
Filstorlek 13.24 KB
Antal Installationer 5,081
Aktuell Version 0.2
Senast Uppdaterad 2020-06-07
Publiceringsdatum 2020-06-06
Betyg 4.71/5 Totalt 7 Betyg
Utvecklare Jimmy Ly
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}