Stanfurd
Replace Stanford with Stanfurd.
O que é Stanfurd?
Stanfurd é uma extensão do Chrome desenvolvida por kelukelugames, e sua principal característica é "Replace Stanford with Stanfurd.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Stanfurd
Baixe arquivos de extensão Stanfurd no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Stanfurd |
ID | ojcgdgiceeaoegeknmfihojmimdhohkh |
URL Oficial | https://chromewebstore.google.com/detail/stanfurd/ojcgdgiceeaoegeknmfihojmimdhohkh |
Descrição | Replace Stanford with Stanfurd. |
Tamanho do Arquivo | 3.72 KB |
Contagem de Instalações | 76 |
Versão Atual | 1.2 |
Última Atualização | 2015-09-07 |
Data de Publicação | 2015-09-06 |
Classificação | 5.00/5 Total de 24 Avaliações |
Desenvolvedor | kelukelugames |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |