Make Wikipedia #1

This extension will move Wikipedia pages to the top of your Google search results

Wat is Make Wikipedia #1?

Make Wikipedia #1 is een Chrome-extensie ontwikkeld door Stephen LaPorte, en de belangrijkste functie is "This extension will move Wikipedia pages to the top of your Google search results".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Make Wikipedia #1

Download Make Wikipedia #1-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

                                            

Basisinformatie over de Extensie

Naam Make Wikipedia #1 Make Wikipedia #1
ID ckmmohmhhpeemgpjanclllmmdajomdkc
Officiële URL https://chromewebstore.google.com/detail/make-wikipedia-1/ckmmohmhhpeemgpjanclllmmdajomdkc
Beschrijving This extension will move Wikipedia pages to the top of your Google search results
Bestandsgrootte 92.26 KB
Aantal Installaties 173
Huidige Versie 0.0.3
Laatst Bijgewerkt 2013-10-30
Publicatiedatum 2013-10-30
Beoordeling 4.29/5 Totaal 7 Beoordelingen
Ontwikkelaar Stephen LaPorte
Betalingswijze free
Extensiewebsite https://github.com/slaporte/make-wikipedia-first
Ondersteunde Talen 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"
}