Linguee Context Menu
A chrome plugin witch provides a context menu for easy linguee searches
Wat is Linguee Context Menu?
Linguee Context Menu is een Chrome-extensie ontwikkeld door addyi, en de belangrijkste functie is "A chrome plugin witch provides a context menu for easy linguee searches".
Extensie Screenshots
Download het CRX-bestand van de extensie Linguee Context Menu
Download Linguee 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
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. Basisinformatie over de Extensie
| Naam | |
| ID | agcillhniodhhnjmmigkgpbeodnclmmp |
| Officiële URL | https://chromewebstore.google.com/detail/linguee-context-menu/agcillhniodhhnjmmigkgpbeodnclmmp |
| Beschrijving | A chrome plugin witch provides a context menu for easy linguee searches |
| Bestandsgrootte | 78.15 KB |
| Aantal Installaties | 2,985 |
| Huidige Versie | 1.5.1 |
| Laatst Bijgewerkt | 2019-05-01 |
| Publicatiedatum | 2019-05-01 |
| Beoordeling | 4.44/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | addyi |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/addyi/linguee-chrome-plugin |
| Help Pagina-URL | https://github.com/addyi/linguee-chrome-plugin |
| Ondersteunde Talen | 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"
]
}
} | |