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 |
公式URL | 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" } ] } |