FL Duly Noted

Leave notes on storylet branches in Fallen London.

Hvad er FL Duly Noted?

FL Duly Noted er en Chrome-udvidelse udviklet af lensvol, og dens hovedfunktion er "Leave notes on storylet branches in Fallen London.".

Udvidelsesskærmbilleder

screenshot

Download FL Duly Noted-udvidelses-CRX-fil

Download FL Duly Noted-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn FL Duly Noted FL Duly Noted
ID beajhalfcfecdnbjlncbbhgpnikekemk
Officiel URL https://chromewebstore.google.com/detail/fl-duly-noted/beajhalfcfecdnbjlncbbhgpnikekemk
Beskrivelse Leave notes on storylet branches in Fallen London.
Filstørrelse 18.68 KB
Antal Installationer 64
Nuværende Version 1.0.2
Senest Opdateret 2023-11-21
Udgivelsesdato 2022-09-21
Udvikler lensvol
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/lensvol/fl-duly-noted
Understøttede Sprog 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": []
}