Stanfurd
Replace Stanford with Stanfurd.
Vad är Stanfurd?
Stanfurd är en Chrome-tillägg utvecklad av kelukelugames, och dess huvudfunktion är "Replace Stanford with Stanfurd.".
Tilläggsskärmbilder
Ladda ner Stanfurd-förlängningens CRX-fil
Ladda ner Stanfurd-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Stanfurd |
ID | ojcgdgiceeaoegeknmfihojmimdhohkh |
Officiell webbadress | https://chromewebstore.google.com/detail/stanfurd/ojcgdgiceeaoegeknmfihojmimdhohkh |
Beskrivning | Replace Stanford with Stanfurd. |
Filstorlek | 3.72 KB |
Antal Installationer | 76 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2015-09-07 |
Publiceringsdatum | 2015-09-06 |
Betyg | 5.00/5 Totalt 24 Betyg |
Utvecklare | kelukelugames |
Betalningssätt | free |
Stödda Språk | 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" } ] } |