Sounds of GitHub

Play a sound effect when you leave a reaction on GitHub.

Sounds of GitHubคืออะไร?

Sounds of GitHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sarah Vessels และคุณลักษณะหลักของมันคือ "Play a sound effect when you leave a reaction on GitHub."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sounds of GitHub

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

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

                        This plays a sound effect when you leave a reaction on a comment, pull request, or issue on GitHub. Choose from Super Mario, Legend of Zelda, Warcraft II alliance and horde, and Overwatch Bastion and D.Va!

Change log:

0.0.3

- Adds Legend of Zelda, Warcraft II alliance, and Warcraft II horde sound packs.

0.0.2

- Fixes duplicate Bastion sound.

0.0.1

- Reacting to issues, pull requests, and comments on GitHub plays a sound.
- Choose between D.Va, Bastion, and Mario sounds.
- Allow disabling the sound for removing a reaction.                    

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

ชื่อ Sounds of GitHub Sounds of GitHub
ID dahmkeokilolnpmidacepocehjjhbhnp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sounds-of-github/dahmkeokilolnpmidacepocehjjhbhnp
คำอธิบาย Play a sound effect when you leave a reaction on GitHub.
ขนาดไฟล์ 509 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2016-11-19
วันที่เผยแพร่ 2016-11-19
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Sarah Vessels
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/cheshire137/sounds-of-github
URL หน้าช่วยเหลือ https://github.com/cheshire137/sounds-of-github/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sounds of GitHub",
    "short_name": "Sounds of GitHub",
    "description": "Play a sound effect when you leave a reaction on GitHub.",
    "version": "0.0.3",
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*.github.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                "howler.min.js",
                "jquery-3.1.1.slim.min.js",
                "storage.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "sounds\/mario-coin.mp3",
        "sounds\/mario-fireball.wav",
        "sounds\/mario-gift.mp3",
        "sounds\/mario-kick.wav",
        "sounds\/mario-one-up.mp3",
        "sounds\/mario-stamp.mp3",
        "sounds\/mario-pause.wav",
        "sounds\/bastion-heart.mp3",
        "sounds\/bastion-+1.mp3",
        "sounds\/bastion--1.mp3",
        "sounds\/bastion-laugh.mp3",
        "sounds\/bastion-hooray.mp3",
        "sounds\/bastion-confused.mp3",
        "sounds\/bastion-unreact.mp3",
        "sounds\/dva-heart.mp3",
        "sounds\/dva-+1.mp3",
        "sounds\/dva--1.mp3",
        "sounds\/dva-laugh.mp3",
        "sounds\/dva-hooray.mp3",
        "sounds\/dva-confused.mp3",
        "sounds\/dva-unreact.mp3",
        "sounds\/zelda-bomb.wav",
        "sounds\/zelda-enemy-die.wav",
        "sounds\/zelda-fanfare.wav",
        "sounds\/zelda-get-heart.wav",
        "sounds\/zelda-rupee.wav",
        "sounds\/zelda-sword-slash.wav",
        "sounds\/zelda-text.wav",
        "sounds\/orc-confused.wav",
        "sounds\/orc-kaboom.wav",
        "sounds\/orc-laugh.wav",
        "sounds\/orc-death.wav",
        "sounds\/orc-okay.wav",
        "sounds\/orc-spell.wav",
        "sounds\/orc-slo-boo.wav",
        "sounds\/alliance-all-right.wav",
        "sounds\/alliance-auch.wav",
        "sounds\/alliance-death.wav",
        "sounds\/alliance-invisibility.wav",
        "sounds\/alliance-okay.wav",
        "sounds\/alliance-right-o.wav",
        "sounds\/alliance-yes.wav",
        "icon128.png"
    ]
}