Make Wikipedia #1
This extension will move Wikipedia pages to the top of your Google search results
Was ist Make Wikipedia #1?
Make Wikipedia #1 ist eine Chrome-Erweiterung, die von Stephen LaPorte entwickelt wurde, und ihr Hauptmerkmal ist "This extension will move Wikipedia pages to the top of your Google search results".
Erweiterungsscreenshots
Make Wikipedia #1-Erweiterungs-CRX-Datei herunterladen
Laden Sie Make Wikipedia #1-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
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ckmmohmhhpeemgpjanclllmmdajomdkc |
| Offizielle URL | https://chromewebstore.google.com/detail/make-wikipedia-1/ckmmohmhhpeemgpjanclllmmdajomdkc |
| Beschreibung | This extension will move Wikipedia pages to the top of your Google search results |
| Dateigröße | 92.26 KB |
| Installationsanzahl | 173 |
| Aktuelle Version | 0.0.3 |
| Letztes Update | 2013-10-30 |
| Veröffentlichungsdatum | 2013-10-30 |
| Bewertung | 4.29/5 Insgesamt 7 Bewertungen |
| Entwickler | Stephen LaPorte |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/slaporte/make-wikipedia-first |
| Unterstützte Sprachen | 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"
} | |