Linguee Context Menu
A chrome plugin witch provides a context menu for easy linguee searches
Qu'est-ce que Linguee Context Menu ?
Linguee Context Menu est une extension Chrome développée par addyi, et sa fonction principale est "A chrome plugin witch provides a context menu for easy linguee searches".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Linguee Context Menu
Téléchargez les fichiers d'extension Linguee 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
This is a chrome plugin which provides a context menu for easy Linguee Translator searches. This plugin is unofficial and has no connection to the firm behind Linguee.
Informations de Base sur l'Extension
Nom | Linguee Context Menu |
ID | agcillhniodhhnjmmigkgpbeodnclmmp |
URL Officiel | https://chromewebstore.google.com/detail/linguee-context-menu/agcillhniodhhnjmmigkgpbeodnclmmp |
Description | A chrome plugin witch provides a context menu for easy linguee searches |
Taille du Fichier | 78.15 KB |
Nombre d'Installations | 2,985 |
Version Actuelle | 1.5.1 |
Dernière Mise à Jour | 2019-05-01 |
Date de Publication | 2019-05-01 |
Évaluation | 4.44/5 Total 9 Évaluations |
Développeur | addyi |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/addyi/linguee-chrome-plugin |
URL de la Page d'Aide | https://github.com/addyi/linguee-chrome-plugin |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linguee Context Menu", "author": "addyi", "homepage_url": "https:\/\/github.com\/addyi\/linguee-chrome-plugin", "version": "1.5.1", "manifest_version": 2, "description": "A chrome plugin witch provides a context menu for easy linguee searches", "permissions": [ "contextMenus", "storage" ], "offline_enabled": false, "browser_action": { "default_icon": "img\/pluginIcon128.png", "default_popup": "popup.html", "default_title": "Linguee Context Menu" }, "icons": { "16": "img\/pluginIcon16.png", "32": "img\/pluginIcon32.png", "48": "img\/pluginIcon48.png", "64": "img\/pluginIcon64.png", "128": "img\/pluginIcon128.png", "256": "img\/pluginIcon256.png", "512": "img\/pluginIcon512.png" }, "background": { "scripts": [ "setup.js", "contextAction.js" ] } } |