Make Wikipedia #1
This extension will move Wikipedia pages to the top of your Google search results
What is Make Wikipedia #1?
Make Wikipedia #1 is a Chrome extension developed by Stephen LaPorte, and its main feature is "This extension will move Wikipedia pages to the top of your Google search results".
Extension Screenshots
Download Make Wikipedia #1 Extension CRX File
Download Make Wikipedia #1 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
Extension Basic Information
| Name | |
| ID | ckmmohmhhpeemgpjanclllmmdajomdkc |
| Official URL | https://chromewebstore.google.com/detail/make-wikipedia-1/ckmmohmhhpeemgpjanclllmmdajomdkc |
| Description | This extension will move Wikipedia pages to the top of your Google search results |
| File Size | 92.26 KB |
| Installation Count | 173 |
| Current Version | 0.0.3 |
| Last Updated | 2013-10-30 |
| Publish Date | 2013-10-30 |
| Rating | 4.29/5 Total 7 Ratings |
| Developer | Stephen LaPorte |
| Payment Type | free |
| Extension Website | https://github.com/slaporte/make-wikipedia-first |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Make Wikipedia #1",
"version": "0.0.3",
"manifest_version": 2,
"description": "This extension will move Wikipedia pages to the top of your Google search results",
"homepage_url": "https:\/\/github.com\/slaporte\/make-wikipedia-first",
"icons": {
"16": "imgs\/dotlogo-16.png",
"48": "imgs\/dotlogo-48.png",
"128": "imgs\/dotlogo-128.png"
},
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"https:\/\/www.google.com\/*"
],
"js": [
"src\/inject\/inject.js",
"js\/jquery\/jquery.js"
]
}
],
"options_page": "src\/options\/index.html"
} | |