Make Wikipedia #1
This extension will move Wikipedia pages to the top of your Google search results
Hvad er Make Wikipedia #1?
Make Wikipedia #1 er en Chrome-udvidelse udviklet af Stephen LaPorte, og dens hovedfunktion er "This extension will move Wikipedia pages to the top of your Google search results".
Udvidelsesskærmbilleder
Download Make Wikipedia #1-udvidelses-CRX-fil
Download Make Wikipedia #1-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ckmmohmhhpeemgpjanclllmmdajomdkc |
| Officiel URL | https://chromewebstore.google.com/detail/make-wikipedia-1/ckmmohmhhpeemgpjanclllmmdajomdkc |
| Beskrivelse | This extension will move Wikipedia pages to the top of your Google search results |
| Filstørrelse | 92.26 KB |
| Antal Installationer | 173 |
| Nuværende Version | 0.0.3 |
| Senest Opdateret | 2013-10-30 |
| Udgivelsesdato | 2013-10-30 |
| Bedømmelse | 4.29/5 Samlet 7 Bedømmelser |
| Udvikler | Stephen LaPorte |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/slaporte/make-wikipedia-first |
| Understøttede Sprog | 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"
} | |