Stanfurd
Replace Stanford with Stanfurd.
Cos'è Stanfurd?
Stanfurd è un'estensione di Chrome sviluppata da kelukelugames, e la sua funzione principale è "Replace Stanford with Stanfurd.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stanfurd
Scarica i file di estensione Stanfurd in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Stanfurd |
ID | ojcgdgiceeaoegeknmfihojmimdhohkh |
URL Ufficiale | https://chromewebstore.google.com/detail/stanfurd/ojcgdgiceeaoegeknmfihojmimdhohkh |
Descrizione | Replace Stanford with Stanfurd. |
Dimensione del File | 3.72 KB |
Conteggio Installazioni | 76 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-09-07 |
Data di Pubblicazione | 2015-09-06 |
Valutazione | 5.00/5 Totale 24 Valutazioni |
Sviluppatore | kelukelugames |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |