FL Quirk Master

Annotate branches which influence your Quirks.

Qu'est-ce que FL Quirk Master ?

FL Quirk Master est une extension Chrome développée par lensvol, et sa fonction principale est "Annotate branches which influence your Quirks.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FL Quirk Master

Téléchargez les fichiers d'extension FL Quirk Master au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom FL Quirk Master FL Quirk Master
ID ajkkmlpkfhdcepioapimmhdcgeadkphe
URL Officiel https://chromewebstore.google.com/detail/fl-quirk-master/ajkkmlpkfhdcepioapimmhdcgeadkphe
Description Annotate branches which influence your Quirks.
Taille du Fichier 46.37 KB
Nombre d'Installations 136
Version Actuelle 1.0.4
Dernière Mise à Jour 2023-05-25
Date de Publication 2022-08-16
Développeur lensvol
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/lensvol/fl-quirk-master
URL de la Page d'Aide https://github.com/lensvol/fl-quirk-master/issues
Langues Prises en Charge 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": []
}