FL Quirk Master

Annotate branches which influence your Quirks.

FL Quirk Masterคืออะไร?

FL Quirk Master เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lensvol และคุณลักษณะหลักของมันคือ "Annotate branches which influence your Quirks."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FL Quirk Master

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

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

                        Simple extension to annotate Fallen London branch descriptions with warnings about Quirks being affected.

How to use:
1. You need to have an existing Fallen London account
2. Install the extension
3. Enter any storylet that has branches which can influence your Quirks (e.g. "A letter from your aunt" Opportunity Card)
4. You will see bold text added to each branch that describes effect choosing it will have on your Quirks.
5. Enjoy!                    

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

ชื่อ FL Quirk Master FL Quirk Master
ID ajkkmlpkfhdcepioapimmhdcgeadkphe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fl-quirk-master/ajkkmlpkfhdcepioapimmhdcgeadkphe
คำอธิบาย Annotate branches which influence your Quirks.
ขนาดไฟล์ 46.37 KB
จำนวนการติดตั้ง 136
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-05-25
วันที่เผยแพร่ 2022-08-16
ผู้พัฒนา lensvol
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/lensvol/fl-quirk-master
URL หน้าช่วยเหลือ https://github.com/lensvol/fl-quirk-master/issues
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FL Quirk Master",
    "description": "Annotate branches which influence your Quirks.",
    "version": "1.0.4",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/www.fallenlondon.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fallenlondon.com\/*"
            ],
            "js": [
                "quirk_changes.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/fl-quirk-master-icon-16.png",
            "32": "\/images\/fl-quirk-master-icon-32.png",
            "48": "\/images\/fl-quirk-master-icon-48.png",
            "128": "\/images\/fl-quirk-master-icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/fl-quirk-master-icon-16.png",
        "32": "\/images\/fl-quirk-master-icon-32.png",
        "48": "\/images\/fl-quirk-master-icon-48.png",
        "128": "\/images\/fl-quirk-master-icon-128.png"
    },
    "web_accessible_resources": []
}