FL Quirk Master

Annotate branches which influence your Quirks.

FL Quirk Master là gì?

FL Quirk Master là một tiện ích mở rộng Chrome được phát triển bởi lensvol, và tính năng chính của nó là "Annotate branches which influence your Quirks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FL Quirk Master

Tải xuống các tệp mở rộng FL Quirk Master dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FL Quirk Master FL Quirk Master
ID ajkkmlpkfhdcepioapimmhdcgeadkphe
URL Chính Thức https://chromewebstore.google.com/detail/fl-quirk-master/ajkkmlpkfhdcepioapimmhdcgeadkphe
Mô tả Annotate branches which influence your Quirks.
Kích Thước Tệp 46.37 KB
Số Lần Cài Đặt 136
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-05-25
Ngày Phát Hành 2022-08-16
Nhà Phát Triển lensvol
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lensvol/fl-quirk-master
URL Trang Trợ Giúp https://github.com/lensvol/fl-quirk-master/issues
Ngôn Ngữ Được Hỗ Trợ 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": []
}