Stanfurd
Replace Stanford with Stanfurd.
Stanfurdคืออะไร?
Stanfurd เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kelukelugames และคุณลักษณะหลักของมันคือ "Replace Stanford with Stanfurd."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stanfurd
ดาวน์โหลดไฟล์ส่วนขยาย 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" } ] } |