Make Hanabi Great Again

Improves the UI of keldon.net/hanabi

Make Hanabi Great Againคืออะไร?

Make Hanabi Great Again เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hyphen-ated และคุณลักษณะหลักของมันคือ "Improves the UI of keldon.net/hanabi"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Make Hanabi Great Again

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

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

                        There is a website where you can play the game "Hanabi": keldon.net/hanabi

This extension makes the following changes to its interface:
* Fixes the slowdown when you rewind inside a replay.

* Option: colorblind mode that adds color abbreviation letters to cards and stacks, and adds an X marker on the red lines in the clue log.

* Option: display present knowledge about cards in addition to past knowledge when you're using in-game replay.

* Option: add hand position information to play and discard messages. For example: "Hyphen_ated plays Purple 1 from slot #2".

* Option: Make it so you can mouse over cards on the table or in the discard to see what was known about them when they were played or discarded.

* Option: Add a big black box to the "No clues" notifier, to make it more eye-catching. (people often don't notice it's their turn without the clue UI showing up)

* Option: Play a sound when it's your turn.

* Option: Show the last three log messages in the middle of the screen instead of just one.

* Option: Add numbers to the game log showing how many cards were in the deck during each action. (this is the number people use to talk about what turn something happened on)

* During a replay, you can click the deck and type a number to jump to the turn where the deck had that many cards.

* Clicking a player's name will show a filtered game log so you can see what actions that player has taken.

* Adds a logout button.

* During a game, you can right click a card in any player's hand to write a note about that card (only visible to yourself).

You can turn features on or off in the extension options page, also accessible from an "options" button added to the keldon UI.                    

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

ชื่อ Make Hanabi Great Again Make Hanabi Great Again
ID pjncmjjlphlcfkkkceidbepggnjnnkjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/make-hanabi-great-again/pjncmjjlphlcfkkkceidbepggnjnnkjj
คำอธิบาย Improves the UI of keldon.net/hanabi
ขนาดไฟล์ 70.26 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 0.10.1
อัปเดตครั้งล่าสุด 2017-03-02
วันที่เผยแพร่ 2017-03-02
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Hyphen-ated
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Hyphen-ated/MakeHanabiGreatAgain
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.10.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "hanabi.css"
            ],
            "matches": [
                "*:\/\/keldon.net\/hanabi\/",
                "*:\/\/www.keldon.net\/hanabi\/"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "description": "Improves the UI of keldon.net\/hanabi",
    "name": "Make Hanabi Great Again",
    "permissions": [
        "webRequest",
        "storage",
        "webRequestBlocking",
        "*:\/\/keldon.net\/",
        "*:\/\/www.keldon.net\/",
        "*:\/\/cdn.socket.io\/"
    ],
    "web_accessible_resources": [
        "make_hanabi_great_again.user.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/keldon.net\/hanabi\/",
            "*:\/\/www.keldon.net\/hanabi\/"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5lHoQnAWUo+2aZYDIIPNd8zwfHLvEOSHcjOYRmrCGYRKorO902U7EoWVp2JZ7Nc88MWpdJuIHoMNTIlAp6d7f7sLaGOzd7LhkMQEzWHt9qzTGM5okleCnz6iZfRbzbKb4RsWmienG6nVVdUYxPrOJVslMyFnbEbD4YzIOPqwkbsiBpgzHz2oLK2B\/dJSyPvWBUSS9FVebyzGxxRMMFyX0gHMTItNGm8wZkjP6qa8Ifi8ZuhCM3lDvBsaZBAkwlZajSAyTNzTlVQXxvzjwvAIJSCT0965aoKLegg4U\/FuUvAqfjW0ilif3vbn5WjA\/wjmqg3jJGDLvNmKDvnU6bWK5QIDAQAB",
    "manifest_version": 2
}