Stanfurd
Replace Stanford with Stanfurd.
什麼是Stanfurd?
Stanfurd是由kelukelugames開發的Chrome擴展程式,該擴展的主要功能是“Replace Stanford with Stanfurd.”。
擴展截圖
下載Stanfurd擴展crx文件
下載Stanfurd擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Stanfurd |
ID | ojcgdgiceeaoegeknmfihojmimdhohkh |
官方網址 | https://chromewebstore.google.com/detail/stanfurd/ojcgdgiceeaoegeknmfihojmimdhohkh |
簡介 | Replace Stanford with Stanfurd. |
檔案大小 | 3.72 KB |
安裝次數 | 76 |
目前版本 | 1.2 |
更新時間 | 2015-09-07 |
上架時間 | 2015-09-06 |
評分 | 5.00/5 共 24 次評分 |
開發者 | kelukelugames |
付費類型 | free |
支援的語言 | 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" } ] } |