Wikipedia on Top
Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.
Was ist Wikipedia on Top?
Wikipedia on Top ist eine Chrome-Erweiterung, die von Josh Houghton entwickelt wurde, und ihr Hauptmerkmal ist "Wikipedia on Top ensures that your first Google result is always Wikipedia where possible.".
Erweiterungsscreenshots
Wikipedia on Top-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wikipedia on Top-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Wikipedia on Top takes the first (highest relevency) result in a Google search and moves it to the top of the results. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fagbaeppakjohihhfadhdjddmpgofegj |
| Offizielle URL | https://chromewebstore.google.com/detail/wikipedia-on-top/fagbaeppakjohihhfadhdjddmpgofegj |
| Beschreibung | Wikipedia on Top ensures that your first Google result is always Wikipedia where possible. |
| Dateigröße | 49.16 KB |
| Installationsanzahl | 313 |
| Aktuelle Version | 0.1.0 |
| Letztes Update | 2024-03-06 |
| Veröffentlichungsdatum | 2021-08-27 |
| Bewertung | 4.25/5 Insgesamt 8 Bewertungen |
| Entwickler | Josh Houghton |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |