FL Duly Noted
Leave notes on storylet branches in Fallen London.
O que é FL Duly Noted?
FL Duly Noted é uma extensão do Chrome desenvolvida por lensvol, e sua principal característica é "Leave notes on storylet branches in Fallen London.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FL Duly Noted
Baixe arquivos de extensão FL Duly Noted no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | FL Duly Noted |
ID | beajhalfcfecdnbjlncbbhgpnikekemk |
URL Oficial | https://chromewebstore.google.com/detail/fl-duly-noted/beajhalfcfecdnbjlncbbhgpnikekemk |
Descrição | Leave notes on storylet branches in Fallen London. |
Tamanho do Arquivo | 18.68 KB |
Contagem de Instalações | 64 |
Versão Atual | 1.0.2 |
Última Atualização | 2023-11-21 |
Data de Publicação | 2022-09-21 |
Desenvolvedor | lensvol |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/lensvol/fl-duly-noted |
Idiomas Suportados | 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": [] } |