FL Quirk Master

Annotate branches which influence your Quirks.

FL Quirk Master란 무엇입니까?

FL Quirk Master은(는) lensvol에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Annotate branches which influence your Quirks."입니다.

확장 프로그램 스크린샷

screenshot

FL Quirk Master 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
}