Fallen London Library
This extension for Fallen London adds a 'Library' category to your inventory.
Co to jest Fallen London Library?
Fallen London Library to rozszerzenie Chrome opracowane przez Gallmarch Industries, a jego główną funkcją jest „This extension for Fallen London adds a 'Library' category to your inventory.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fallen London Library
Pobierz pliki rozszerzeń Fallen London Library 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
This unofficial (and awaiting approval by Failbetter) extension adds a 'Library' category to the inventory and moves some of your written work out of the 'Curiosity' section. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dodefappijdnbfcgmkbpenopdnnhmnki |
| Oficjalny URL | https://chromewebstore.google.com/detail/fallen-london-library/dodefappijdnbfcgmkbpenopdnnhmnki |
| Opis | This extension for Fallen London adds a 'Library' category to your inventory. |
| Rozmiar pliku | 41.24 KB |
| Liczba instalacji | 59 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2018-01-25 |
| Data Publikacji | 2018-01-25 |
| Ocena | 4.50/5 Łącznie 2 Oceny |
| Deweloper | Gallmarch Industries |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Fallen London Library",
"description": "This extension for Fallen London adds a 'Library' category to your inventory.",
"version": "1.0.1",
"content_scripts": [
{
"matches": [
"http:\/\/fallenlondon.storynexus.com\/Gap\/Load*"
],
"js": [
"content-script.js"
],
"run_at": "document_end"
}
]
} | |