Wikipedia on Top
Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.
Wat is Wikipedia on Top?
Wikipedia on Top is een Chrome-extensie ontwikkeld door Josh Houghton, en de belangrijkste functie is "Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wikipedia on Top
Download Wikipedia on Top-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Wikipedia on Top takes the first (highest relevency) result in a Google search and moves it to the top of the results. Basisinformatie over de Extensie
| Naam | |
| ID | fagbaeppakjohihhfadhdjddmpgofegj |
| Officiële URL | https://chromewebstore.google.com/detail/wikipedia-on-top/fagbaeppakjohihhfadhdjddmpgofegj |
| Beschrijving | Wikipedia on Top ensures that your first Google result is always Wikipedia where possible. |
| Bestandsgrootte | 49.16 KB |
| Aantal Installaties | 313 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2024-03-06 |
| Publicatiedatum | 2021-08-27 |
| Beoordeling | 4.25/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | Josh Houghton |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |