Wikipedia Lookup - Context Menu
Search Wikipedia from the context menu.
Vad är Wikipedia Lookup - Context Menu?
Wikipedia Lookup - Context Menu är en Chrome-tillägg utvecklad av Damien Brunet, och dess huvudfunktion är "Search Wikipedia from the context menu.".
Tilläggsskärmbilder
Ladda ner Wikipedia Lookup - Context Menu-förlängningens CRX-fil
Ladda ner Wikipedia Lookup - Context Menu-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | ehigjigpolmdglippjafhnpngmaeepkp |
Officiell webbadress | https://chromewebstore.google.com/detail/wikipedia-lookup-context/ehigjigpolmdglippjafhnpngmaeepkp |
Beskrivning | Search Wikipedia from the context menu. |
Filstorlek | 17.92 KB |
Antal Installationer | 4,575 |
Aktuell Version | 1.4.6 |
Senast Uppdaterad | 2021-06-08 |
Publiceringsdatum | 2020-07-02 |
Betyg | 3.97/5 Totalt 35 Betyg |
Utvecklare | Damien Brunet |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |