Stanfurd
Replace Stanford with Stanfurd.
Apa itu Stanfurd?
Stanfurd adalah ekstensi Chrome yang dikembangkan oleh kelukelugames, dan fitur utamanya adalah "Replace Stanford with Stanfurd.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Stanfurd
Unduh file ekstensi Stanfurd dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Stanfurd |
ID | ojcgdgiceeaoegeknmfihojmimdhohkh |
URL Resmi | https://chromewebstore.google.com/detail/stanfurd/ojcgdgiceeaoegeknmfihojmimdhohkh |
Deskripsi | Replace Stanford with Stanfurd. |
Ukuran File | 3.72 KB |
Jumlah Instalasi | 76 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2015-09-07 |
Tanggal Publikasi | 2015-09-06 |
Penilaian | 5.00/5 Total 24 Penilaian |
Pengembang | kelukelugames |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |