FL Quirk Master
Annotate branches which influence your Quirks.
什麼是FL Quirk Master?
FL Quirk Master是由lensvol開發的Chrome擴展程式,該擴展的主要功能是“Annotate branches which influence your Quirks.”。
擴展截圖
下載FL Quirk Master擴展crx文件
下載FL Quirk Master擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple extension to annotate Fallen London branch descriptions with warnings about Quirks being affected. How to use: 1. You need to have an existing Fallen London account 2. Install the extension 3. Enter any storylet that has branches which can influence your Quirks (e.g. "A letter from your aunt" Opportunity Card) 4. You will see bold text added to each branch that describes effect choosing it will have on your Quirks. 5. Enjoy!
擴展基本資訊
名稱 | FL Quirk Master |
ID | ajkkmlpkfhdcepioapimmhdcgeadkphe |
官方網址 | https://chromewebstore.google.com/detail/fl-quirk-master/ajkkmlpkfhdcepioapimmhdcgeadkphe |
簡介 | Annotate branches which influence your Quirks. |
檔案大小 | 46.37 KB |
安裝次數 | 136 |
目前版本 | 1.0.4 |
更新時間 | 2023-05-25 |
上架時間 | 2022-08-16 |
開發者 | lensvol |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/lensvol/fl-quirk-master |
說明頁面URL | https://github.com/lensvol/fl-quirk-master/issues |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FL Quirk Master", "description": "Annotate branches which influence your Quirks.", "version": "1.0.4", "manifest_version": 3, "host_permissions": [ "https:\/\/www.fallenlondon.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.fallenlondon.com\/*" ], "js": [ "quirk_changes.js", "content.js" ], "run_at": "document_start" } ], "action": { "default_icon": { "16": "\/images\/fl-quirk-master-icon-16.png", "32": "\/images\/fl-quirk-master-icon-32.png", "48": "\/images\/fl-quirk-master-icon-48.png", "128": "\/images\/fl-quirk-master-icon-128.png" } }, "icons": { "16": "\/images\/fl-quirk-master-icon-16.png", "32": "\/images\/fl-quirk-master-icon-32.png", "48": "\/images\/fl-quirk-master-icon-48.png", "128": "\/images\/fl-quirk-master-icon-128.png" }, "web_accessible_resources": [] } |