Wikipedia Lookup - Context Menu
Search Wikipedia from the context menu.
什么是Wikipedia Lookup - Context Menu?
Wikipedia Lookup - Context Menu是由Damien Brunet开发的Chrome扩展程序,该扩展的主要功能是“Search Wikipedia from the context menu.”。
扩展截图
下载Wikipedia Lookup - Context Menu扩展crx文件
下载Wikipedia Lookup - Context Menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | ehigjigpolmdglippjafhnpngmaeepkp |
官方URL | https://chromewebstore.google.com/detail/wikipedia-lookup-context/ehigjigpolmdglippjafhnpngmaeepkp |
简介 | Search Wikipedia from the context menu. |
文件大小 | 17.92 KB |
安装次数 | 4,575 |
当前版本 | 1.4.6 |
更新时间 | 2021-06-08 |
上架时间 | 2020-07-02 |
评分 | 3.97/5 共35次评分 |
开发者 | Damien Brunet |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |