Flying Unicorn

Inserts a unicorn into your page!

Flying Unicornคืออะไร?

Flying Unicorn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย justintieu และคุณลักษณะหลักของมันคือ "Inserts a unicorn into your page!"

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

screenshot

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

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

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

                        Click U to add a unicorn into the page. 
Click C to remove all of the unicorns.
You can now configure the unicorn image and which keys are pressed through the options page!

I will be providing release notes on my website about any updates I make.

If you have any issues, please create an issue here: https://github.com/justintieu/flying-unicorn/issues                    

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

ชื่อ Flying Unicorn Flying Unicorn
ID cdedcjjdfckjnageanlcifalkpnjdbpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flying-unicorn/cdedcjjdfckjnageanlcifalkpnjdbpg
คำอธิบาย Inserts a unicorn into your page!
ขนาดไฟล์ 43.64 KB
จำนวนการติดตั้ง 1,220
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2017-12-14
วันที่เผยแพร่ 2017-12-14
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา justintieu
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/justintieu/flying-unicorn/
URL หน้าช่วยเหลือ https://github.com/justintieu/flying-unicorn/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flying Unicorn",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Inserts a unicorn into your page!",
    "homepage_url": "https:\/\/github.com\/justintieu\/flying-unicorn",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/* ",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "options_page": "src\/options\/index.html"
}