FL Duly Noted

Leave notes on storylet branches in Fallen London.

Wat is FL Duly Noted?

FL Duly Noted is een Chrome-extensie ontwikkeld door lensvol, en de belangrijkste functie is "Leave notes on storylet branches in Fallen London.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FL Duly Noted

Download FL Duly Noted-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FL Duly Noted FL Duly Noted
ID beajhalfcfecdnbjlncbbhgpnikekemk
Officiële URL https://chromewebstore.google.com/detail/fl-duly-noted/beajhalfcfecdnbjlncbbhgpnikekemk
Beschrijving Leave notes on storylet branches in Fallen London.
Bestandsgrootte 18.68 KB
Aantal Installaties 64
Huidige Versie 1.0.2
Laatst Bijgewerkt 2023-11-21
Publicatiedatum 2022-09-21
Ontwikkelaar lensvol
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/lensvol/fl-duly-noted
Ondersteunde Talen 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": []
}