FL Duly Noted
Leave notes on storylet branches in Fallen London.
FL Duly Noted क्या है?
FL Duly Noted lensvol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Leave notes on storylet branches in Fallen London."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FL Duly Noted एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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": [] } |