FL Duly Noted
Leave notes on storylet branches in Fallen London.
Co to jest FL Duly Noted?
FL Duly Noted to rozszerzenie Chrome opracowane przez lensvol, a jego główną funkcją jest „Leave notes on storylet branches in Fallen London.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FL Duly Noted
Pobierz pliki rozszerzeń FL Duly Noted w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | beajhalfcfecdnbjlncbbhgpnikekemk |
| Oficjalny URL | https://chromewebstore.google.com/detail/fl-duly-noted/beajhalfcfecdnbjlncbbhgpnikekemk |
| Opis | Leave notes on storylet branches in Fallen London. |
| Rozmiar pliku | 18.68 KB |
| Liczba instalacji | 64 |
| Aktualna Wersja | 1.0.2 |
| Ostatnia Aktualizacja | 2023-11-21 |
| Data Publikacji | 2022-09-21 |
| Deweloper | lensvol |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/lensvol/fl-duly-noted |
| Obsługiwane Języki | 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": []
} | |