FL Duly Noted
Leave notes on storylet branches in Fallen London.
Vad är FL Duly Noted?
FL Duly Noted är en Chrome-tillägg utvecklad av lensvol, och dess huvudfunktion är "Leave notes on storylet branches in Fallen London.".
Tilläggsskärmbilder
Ladda ner FL Duly Noted-förlängningens CRX-fil
Ladda ner FL Duly Noted-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | FL Duly Noted |
ID | beajhalfcfecdnbjlncbbhgpnikekemk |
Officiell webbadress | https://chromewebstore.google.com/detail/fl-duly-noted/beajhalfcfecdnbjlncbbhgpnikekemk |
Beskrivning | Leave notes on storylet branches in Fallen London. |
Filstorlek | 18.68 KB |
Antal Installationer | 64 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2023-11-21 |
Publiceringsdatum | 2022-09-21 |
Utvecklare | lensvol |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/lensvol/fl-duly-noted |
Stödda Språk | 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": [] } |