Search on Wikipedia button (by CE-SA.org)
Get the 'Search text on Wikipedia' button on each context menu of a page you visit!
What is Search on Wikipedia button (by CE-SA.org)?
Search on Wikipedia button (by CE-SA.org) is a Chrome extension developed by http://ce-sa.org, and its main feature is "Get the 'Search text on Wikipedia' button on each context menu of a page you visit!".
Extension Screenshots
Download Search on Wikipedia button (by CE-SA.org) Extension CRX File
Download Search on Wikipedia button (by CE-SA.org) 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
Get the 'Search this text on Wikipedia' button on each context menu of a page you visit! Suggestions? Just comment! Don't forget to rate!
Extension Basic Information
Name | |
ID | mibbcgjlgimknlllacboiafnofipfjml |
Official URL | https://chrome.google.com/webstore/detail/search-on-wikipedia-butto/mibbcgjlgimknlllacboiafnofipfjml |
Description | Get the 'Search text on Wikipedia' button on each context menu of a page you visit! |
File Size | 18.4 KB |
Installation Count | 99 |
Current Version | 1.3.1 |
Last Updated | 2014-10-05 |
Publish Date | 2014-10-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://ce-sa.org |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": [ { "name": "CE-SA", "email": "[email protected]" } ], "manifest_version": 2, "name": "Search on Wikipedia button (by CE-SA.org)", "short_name": "SearchWiki", "description": "Get the 'Search text on Wikipedia' button on each context menu of a page you visit!", "version": "1.3.1", "icons": { "16": "16x16.png", "32": "32x32.png", "128": "128x128.png" }, "background": { "scripts": [ "script.js" ] }, "permissions": [ "tabs", "contextMenus" ] } |