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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FL Duly Noted
ดาวน์โหลดไฟล์ส่วนขยาย FL Duly Noted ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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": [] } |