Stanfurd

Replace Stanford with Stanfurd.

Stanfurd란 무엇입니까?

Stanfurd은(는) kelukelugames에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace Stanford with Stanfurd."입니다.

확장 프로그램 스크린샷

screenshot

Stanfurd 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
        }
    ]
}