Unicorn Replacer!

Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.

Unicorn Replacer!คืออะไร?

Unicorn Replacer! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย scottrblock และคุณลักษณะหลักของมันคือ "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unicorn Replacer!

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

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

                        Chrome extension that replaces occurrences of 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Based on zekeweeks's millennials-begone- https://github.com/zekeweeks/millennials-begone. This is Matt Levine's billion dollar idea. Icon via the noun project's  Andrew McKinley- https://thenounproject.com/term/unicorn/3364/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Unicorn Replacer! Unicorn Replacer!
ID gibjejjnfagpjflldmcnpmdogaoahpfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unicorn-replacer/gibjejjnfagpjflldmcnpmdogaoahpfg
คำอธิบาย Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
ขนาดไฟล์ 3.47 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-06-08
วันที่เผยแพร่ 2015-06-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา scottrblock
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/scottrblock/unicorn-replacer
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unicorn Replacer!",
    "version": "1.0",
    "description": "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}