Wikipedia Lookup - Context Menu
Search Wikipedia from the context menu.
Wat is Wikipedia Lookup - Context Menu?
Wikipedia Lookup - Context Menu is een Chrome-extensie ontwikkeld door Damien Brunet, en de belangrijkste functie is "Search Wikipedia from the context menu.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wikipedia Lookup - Context Menu
Download Wikipedia Lookup - 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
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
Basisinformatie over de Extensie
Naam | |
ID | ehigjigpolmdglippjafhnpngmaeepkp |
Officiële URL | https://chromewebstore.google.com/detail/wikipedia-lookup-context/ehigjigpolmdglippjafhnpngmaeepkp |
Beschrijving | Search Wikipedia from the context menu. |
Bestandsgrootte | 17.92 KB |
Aantal Installaties | 4,575 |
Huidige Versie | 1.4.6 |
Laatst Bijgewerkt | 2021-06-08 |
Publicatiedatum | 2020-07-02 |
Beoordeling | 3.97/5 Totaal 35 Beoordelingen |
Ontwikkelaar | Damien Brunet |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |