FL Time Keeper
Display convenient reminder when Time the Healer comes.
什麼是FL Time Keeper?
FL Time Keeper是由lensvol開發的Chrome擴展程式,該擴展的主要功能是“Display convenient reminder when Time the Healer comes.”。
擴展截圖
下載FL Time Keeper擴展crx文件
下載FL Time Keeper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Display convenient reminder when Time the Healer comes. This is useful when you are doing grinds that require you to maintain a certain level of Notability (e.g. Paramount Presence) and will show you a warning when you need to catch up with TTH.
擴展基本資訊
名稱 | FL Time Keeper |
ID | aphfpnlcbhnaipmakigbajglopeiodfb |
官方網址 | https://chromewebstore.google.com/detail/fl-time-keeper/aphfpnlcbhnaipmakigbajglopeiodfb |
簡介 | Display convenient reminder when Time the Healer comes. |
檔案大小 | 18.28 KB |
安裝次數 | 203 |
目前版本 | 1.1.1 |
更新時間 | 2022-06-14 |
上架時間 | 2022-05-13 |
評分 | 4.50/5 共 4 次評分 |
開發者 | lensvol |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/lensvol/fl-time-keeper |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FL Time Keeper", "description": "Display convenient reminder when Time the Healer comes.", "version": "1.1.1", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.fallenlondon.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "action": { "default_icon": { "16": "\/images\/fl-time-keeper-icon-16.png", "32": "\/images\/fl-time-keeper-icon-32.png", "48": "\/images\/fl-time-keeper-icon-48.png", "128": "\/images\/fl-time-keeper-icon-128.png" } }, "icons": { "16": "\/images\/fl-time-keeper-icon-16.png", "32": "\/images\/fl-time-keeper-icon-32.png", "48": "\/images\/fl-time-keeper-icon-48.png", "128": "\/images\/fl-time-keeper-icon-128.png" }, "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "https:\/\/www.fallenlondon.com\/*" ] } ] } |