Wikipedia on Top

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

Vad är Wikipedia on Top?

Wikipedia on Top är en Chrome-tillägg utvecklad av Josh Houghton, och dess huvudfunktion är "Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Wikipedia on Top-förlängningens CRX-fil

Ladda ner Wikipedia on Top-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Wikipedia on Top Wikipedia on Top
ID fagbaeppakjohihhfadhdjddmpgofegj
Officiell webbadress https://chromewebstore.google.com/detail/wikipedia-on-top/fagbaeppakjohihhfadhdjddmpgofegj
Beskrivning Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.
Filstorlek 49.16 KB
Antal Installationer 313
Aktuell Version 0.1.0
Senast Uppdaterad 2024-03-06
Publiceringsdatum 2021-08-27
Betyg 4.25/5 Totalt 8 Betyg
Utvecklare Josh Houghton
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}