Wine To Blood Wine

Replaces normal words with their Star Trek counterparts.

Wine To Blood Wine란 무엇입니까?

Wine To Blood Wine은(는) Ben Jaffe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces normal words with their Star Trek counterparts."입니다.

확장 프로그램 스크린샷

screenshot

Wine To Blood Wine 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chrome extension that replaces occurrences of normal words with their Star Trek counterparts.

 * Human to Hewmon
 * Wine to Bloodwine
 * Tea to Tarkalean Tea
 * Coffee to Raktajino
 * Beer to Romulan Ale
 * Brandy with Saurian Brandy
 * Cisco to Sisko

The source for this plugin is on github: https://github.com/benjaffe/wine-to-blood-wine
Feel free to make suggestions if you have more ideas!                    

확장 프로그램 기본 정보

이름 Wine To Blood Wine Wine To Blood Wine
ID oojmnaakidfomjhbenaeaekopinecbci
공식 URL https://chromewebstore.google.com/detail/wine-to-blood-wine/oojmnaakidfomjhbenaeaekopinecbci
설명 Replaces normal words with their Star Trek counterparts.
파일 크기 29.39 KB
설치 횟수 98
현재 버전 1.2.1
최근 업데이트 2014-05-18
출시 날짜 2014-05-17
평점 5.00/5 총 6 개의 평점
개발자 Ben Jaffe
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wine To Blood Wine",
    "version": "1.2.1",
    "description": "Replaces normal words with their Star Trek counterparts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "css\/content_styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}