Stanfurd

Replace Stanford with Stanfurd.

Wat is Stanfurd?

Stanfurd is een Chrome-extensie ontwikkeld door kelukelugames, en de belangrijkste functie is "Replace Stanford with Stanfurd.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stanfurd

Download Stanfurd-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

                        The world misspells Stanfurd as Stanford. As a proud Golden Bear from Berkeley, I feel obligated to fix this mistake.

Version 1.2 update.
Also replace title.
Replace logo in stanfurd.edu

Version 1.1 update.
Now works on google, facebook, etc.
Boxscore shows FURD instead of STAN.

Link to source code.
https://github.com/kelukelugames/stanfurd

Not working? Try these steps.
1. Type chrome://extensions/ into the browser address bar.
2. Find the stanfurd extension and make sure it is enabled.
3. Restart the browser.
4. Run a test by going to https://en.wikipedia.org/wiki/Stanford_University                    

Basisinformatie over de Extensie

Naam Stanfurd Stanfurd
ID ojcgdgiceeaoegeknmfihojmimdhohkh
Officiële URL https://chromewebstore.google.com/detail/stanfurd/ojcgdgiceeaoegeknmfihojmimdhohkh
Beschrijving Replace Stanford with Stanfurd.
Bestandsgrootte 3.72 KB
Aantal Installaties 76
Huidige Versie 1.2
Laatst Bijgewerkt 2015-09-07
Publicatiedatum 2015-09-06
Beoordeling 5.00/5 Totaal 24 Beoordelingen
Ontwikkelaar kelukelugames
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stanfurd",
    "version": "1.2",
    "description": "Replace Stanford with Stanfurd.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "replaceText.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/www.stanford.edu\/*"
            ],
            "js": [
                "replaceImage.js"
            ],
            "run_at": "document_end"
        }
    ]
}