Wikipedia Lookup - Context Menu
Search Wikipedia from the context menu.
Qu'est-ce que Wikipedia Lookup - Context Menu ?
Wikipedia Lookup - Context Menu est une extension Chrome développée par Damien Brunet, et sa fonction principale est "Search Wikipedia from the context menu.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wikipedia Lookup - Context Menu
Téléchargez les fichiers d'extension Wikipedia Lookup - 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
Select the word(s) you want to look up on Wikipedia, right-click and click the "Search Wikipedia for ..." item in the context menu. By default, Wikipedia Lookup auto-detects the language of the page and opens the corresponding version of Wikipedia. You can turn this feature off in the options. Open-source: https://github.com/djrekca/Wikipedia-Lookup---Context-Menu
Informations de Base sur l'Extension
Nom | |
ID | ehigjigpolmdglippjafhnpngmaeepkp |
URL Officiel | https://chromewebstore.google.com/detail/wikipedia-lookup-context/ehigjigpolmdglippjafhnpngmaeepkp |
Description | Search Wikipedia from the context menu. |
Taille du Fichier | 17.92 KB |
Nombre d'Installations | 4,575 |
Version Actuelle | 1.4.6 |
Dernière Mise à Jour | 2021-06-08 |
Date de Publication | 2020-07-02 |
Évaluation | 3.97/5 Total 35 Évaluations |
Développeur | Damien Brunet |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.4.6", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "notifications", "contextMenus", "storage" ], "minimum_chrome_version": "49", "manifest_version": 2 } |