Wikipedia on Top

Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.

What is Wikipedia on Top?

Wikipedia on Top is a Chrome extension developed by Josh Houghton, and its main feature is "Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Wikipedia on Top Extension CRX File

Download Wikipedia on Top 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

                        Wikipedia on Top takes the first (highest relevency) result in a Google search and moves it to the top of the results.                    

Extension Basic Information

Name Wikipedia on Top Wikipedia on Top
ID fagbaeppakjohihhfadhdjddmpgofegj
Official URL https://chromewebstore.google.com/detail/wikipedia-on-top/fagbaeppakjohihhfadhdjddmpgofegj
Description Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.
File Size 49.16 KB
Installation Count 313
Current Version 0.1.0
Last Updated 2024-03-06
Publish Date 2021-08-27
Rating 4.25/5 Total 8 Ratings
Developer Josh Houghton
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikipedia on Top",
    "version": "0.1.0",
    "manifest_version": 3,
    "description": "Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search*",
                "https:\/\/www.google.co.uk\/search*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}