Search Selection on Wikipedia
Search selection on wikipedia by right click.
What is Search Selection on Wikipedia?
Search Selection on Wikipedia is a Chrome extension developed by yanlong, and its main feature is "Search selection on wikipedia by right click.".
Extension Screenshots
Download Search Selection on Wikipedia Extension CRX File
Download Search Selection on Wikipedia extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension adds the selection search on Wikipedia function to your context menu. When you encounter some words your want to wiki them, you could select them, then right click on the selection and click the "Search Wikipedia for Selection" label in the context menu, a Wikipedia web page about the selected words will be open in a new tab soon.
Extension Basic Information
Name | |
ID | mngkaodjkcedcmgcjgndngniocllkegd |
Official URL | https://chrome.google.com/webstore/detail/search-selection-on-wikip/mngkaodjkcedcmgcjgndngniocllkegd |
Description | Search selection on wikipedia by right click. |
File Size | 16.32 KB |
Installation Count | 335 |
Current Version | 1.3 |
Last Updated | 2013-12-27 |
Publish Date | 2013-12-27 |
Rating | 4.64/5 Total 11 Ratings |
Developer | yanlong |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "description": "Search selection on wikipedia by right click.", "icons": { "128": "wiki128.png", "16": "wiki16.png", "48": "wiki48.png" }, "name": "Search Selection on Wikipedia", "permissions": [ "contextMenus", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3", "manifest_version": 2 } |