Fallen London Library
This extension for Fallen London adds a 'Library' category to your inventory.
Что такое Fallen London Library?
Fallen London Library - это расширение Chrome, разработанное Gallmarch Industries, и его основная функция - "This extension for Fallen London adds a 'Library' category to your inventory.".
Снимки экрана расширения
Скачать файл CRX расширения Fallen London Library
Скачайте файлы расширений Fallen London Library в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Fallen London Library |
ID | dodefappijdnbfcgmkbpenopdnnhmnki |
Официальный URL | https://chromewebstore.google.com/detail/fallen-london-library/dodefappijdnbfcgmkbpenopdnnhmnki |
Описание | This extension for Fallen London adds a 'Library' category to your inventory. |
Размер файла | 41.24 KB |
Количество установок | 59 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2018-01-25 |
Дата публикации | 2018-01-25 |
Рейтинг | 4.50/5 Всего 2 оценок |
Разработчик | Gallmarch Industries |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } ] } |