Stanfurd
Replace Stanford with Stanfurd.
Stanfurd là gì?
Stanfurd là một tiện ích mở rộng Chrome được phát triển bởi kelukelugames, và tính năng chính của nó là "Replace Stanford with Stanfurd.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stanfurd
Tải xuống các tệp mở rộng Stanfurd dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stanfurd |
ID | ojcgdgiceeaoegeknmfihojmimdhohkh |
URL Chính Thức | https://chromewebstore.google.com/detail/stanfurd/ojcgdgiceeaoegeknmfihojmimdhohkh |
Mô tả | Replace Stanford with Stanfurd. |
Kích Thước Tệp | 3.72 KB |
Số Lần Cài Đặt | 76 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-09-07 |
Ngày Phát Hành | 2015-09-06 |
Đánh Giá | 5.00/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | kelukelugames |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |