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 |
公式URL | 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 |
Eメール | [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": [] } |