FL Duly Noted

Leave notes on storylet branches in Fallen London.

ما هو FL Duly Noted؟

FL Duly Noted هو إضافة Chrome تم تطويرها بواسطة lensvol، والميزة الرئيسية لها هي "Leave notes on storylet branches in Fallen London.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FL Duly Noted

قم بتنزيل ملفات الامتداد FL Duly Noted بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم FL Duly Noted FL Duly Noted
ID beajhalfcfecdnbjlncbbhgpnikekemk
عنوان URL الرسمي https://chromewebstore.google.com/detail/fl-duly-noted/beajhalfcfecdnbjlncbbhgpnikekemk
الوصف Leave notes on storylet branches in Fallen London.
حجم الملف 18.68 KB
عدد التثبيتات 64
النسخة الحالية 1.0.2
آخر تحديث 2023-11-21
تاريخ النشر 2022-09-21
المطور lensvol
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/lensvol/fl-duly-noted
اللغات المدعومة 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": []
}