Wine To Blood Wine

Replaces normal words with their Star Trek counterparts.

Wine To Blood Wineคืออะไร?

Wine To Blood Wine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ben Jaffe และคุณลักษณะหลักของมันคือ "Replaces normal words with their Star Trek counterparts."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wine To Blood Wine

ดาวน์โหลดไฟล์ส่วนขยาย Wine To Blood Wine ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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