NAVER Dictionary - Right Click Context Menu
Adds right click menu for NAVER Dictionary
Qu'est-ce que NAVER Dictionary - Right Click Context Menu ?
NAVER Dictionary - Right Click Context Menu est une extension Chrome développée par Jimmy Ly, et sa fonction principale est "Adds right click menu for NAVER Dictionary".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NAVER Dictionary - Right Click Context Menu
Téléchargez les fichiers d'extension NAVER Dictionary - Right Click Context Menu au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Adds right click menu for NAVER Dictionary
Informations de Base sur l'Extension
Nom | NAVER Dictionary - Right Click Context Menu |
ID | lleedlmnoojfhnkaecmgkhemapcgpppl |
URL Officiel | https://chromewebstore.google.com/detail/naver-dictionary-right-cl/lleedlmnoojfhnkaecmgkhemapcgpppl |
Description | Adds right click menu for NAVER Dictionary |
Taille du Fichier | 13.24 KB |
Nombre d'Installations | 5,081 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2020-06-07 |
Date de Publication | 2020-06-06 |
Évaluation | 4.71/5 Total 7 Évaluations |
Développeur | Jimmy Ly |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |