FL Duly Noted
Leave notes on storylet branches in Fallen London.
Was ist FL Duly Noted?
FL Duly Noted ist eine Chrome-Erweiterung, die von lensvol entwickelt wurde, und ihr Hauptmerkmal ist "Leave notes on storylet branches in Fallen London.".
Erweiterungsscreenshots
FL Duly Noted-Erweiterungs-CRX-Datei herunterladen
Laden Sie FL Duly Noted-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | beajhalfcfecdnbjlncbbhgpnikekemk |
| Offizielle URL | https://chromewebstore.google.com/detail/fl-duly-noted/beajhalfcfecdnbjlncbbhgpnikekemk |
| Beschreibung | Leave notes on storylet branches in Fallen London. |
| Dateigröße | 18.68 KB |
| Installationsanzahl | 64 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2023-11-21 |
| Veröffentlichungsdatum | 2022-09-21 |
| Entwickler | lensvol |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/lensvol/fl-duly-noted |
| Unterstützte Sprachen | 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": []
} | |