Stanfurd

Replace Stanford with Stanfurd.

Qu'est-ce que Stanfurd ?

Stanfurd est une extension Chrome développée par kelukelugames, et sa fonction principale est "Replace Stanford with Stanfurd.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Stanfurd

Téléchargez les fichiers d'extension Stanfurd au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Stanfurd Stanfurd
ID ojcgdgiceeaoegeknmfihojmimdhohkh
URL Officiel https://chromewebstore.google.com/detail/stanfurd/ojcgdgiceeaoegeknmfihojmimdhohkh
Description Replace Stanford with Stanfurd.
Taille du Fichier 3.72 KB
Nombre d'Installations 76
Version Actuelle 1.2
Dernière Mise à Jour 2015-09-07
Date de Publication 2015-09-06
Évaluation 5.00/5 Total 24 Évaluations
Développeur kelukelugames
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}