FL Duly Noted

Leave notes on storylet branches in Fallen London.

FL Duly Noted là gì?

FL Duly Noted là một tiện ích mở rộng Chrome được phát triển bởi lensvol, và tính năng chính của nó là "Leave notes on storylet branches in Fallen London.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FL Duly Noted

Tải xuống các tệp mở rộng FL Duly Noted dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FL Duly Noted FL Duly Noted
ID beajhalfcfecdnbjlncbbhgpnikekemk
URL Chính Thức https://chromewebstore.google.com/detail/fl-duly-noted/beajhalfcfecdnbjlncbbhgpnikekemk
Mô tả Leave notes on storylet branches in Fallen London.
Kích Thước Tệp 18.68 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-11-21
Ngày Phát Hành 2022-09-21
Nhà Phát Triển lensvol
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lensvol/fl-duly-noted
Ngôn Ngữ Được Hỗ Trợ 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": []
}