FL Duly Noted

Leave notes on storylet branches in Fallen London.

Qu'est-ce que FL Duly Noted ?

FL Duly Noted est une extension Chrome développée par lensvol, et sa fonction principale est "Leave notes on storylet branches in Fallen London.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FL Duly Noted

Téléchargez les fichiers d'extension FL Duly Noted 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

                        Sometimes you need to sketch a reminder or two on the branches that you are going to play in "Fallen London". This extension helps with that.                    

Informations de Base sur l'Extension

Nom FL Duly Noted FL Duly Noted
ID beajhalfcfecdnbjlncbbhgpnikekemk
URL Officiel https://chromewebstore.google.com/detail/fl-duly-noted/beajhalfcfecdnbjlncbbhgpnikekemk
Description Leave notes on storylet branches in Fallen London.
Taille du Fichier 18.68 KB
Nombre d'Installations 64
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-11-21
Date de Publication 2022-09-21
Développeur lensvol
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/lensvol/fl-duly-noted
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FL Duly Noted",
    "description": "Leave notes on storylet branches in Fallen London.",
    "version": "1.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.fallenlondon.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fallenlondon.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/fl-duly-noted-icon-16.png",
            "32": "\/images\/fl-duly-noted-icon-32.png",
            "48": "\/images\/fl-duly-noted-icon-48.png",
            "128": "\/images\/fl-duly-noted-icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/fl-duly-noted-icon-16.png",
        "32": "\/images\/fl-duly-noted-icon-32.png",
        "48": "\/images\/fl-duly-noted-icon-48.png",
        "128": "\/images\/fl-duly-noted-icon-128.png"
    },
    "web_accessible_resources": []
}