FFLogstone
Add link to FFLogs in Lodestone Character page
什麼是FFLogstone?
FFLogstone是由sheeva開發的Chrome擴展程式,該擴展的主要功能是“Add link to FFLogs in Lodestone Character page”。
擴展截圖
下載FFLogstone擴展crx文件
下載FFLogstone擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Lodestoneのキャラクターページに当該キャラクターのFFLogsへのリンクを追加します。 - FFLogsのPublic API Keyが必要です。 - 入力したAPI Keyはブラウザ上に保存されます。 - 当該キャラクターを含む直近のログが公開されている場合のみボタンが表示されます。 Add link to FFLogs in Lodestone Character Page - Requires FFLogs Public API Key to get character ID in FFLogs. - Click icon to input. - API Key will be saved on your browser (if you enabled chrome sync, this also sync) - Available when the character included in recent report.
擴展基本資訊
名稱 | FFLogstone |
ID | dmgamkpmnnphnhalhhabkdfajgdekhim |
官方網址 | https://chromewebstore.google.com/detail/fflogstone/dmgamkpmnnphnhalhhabkdfajgdekhim |
簡介 | Add link to FFLogs in Lodestone Character page |
檔案大小 | 82.13 KB |
安裝次數 | 476 |
目前版本 | 1.0.4 |
更新時間 | 2022-05-23 |
上架時間 | 2019-11-26 |
評分 | 5.00/5 共 2 次評分 |
開發者 | sheeva |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://blog.sheeva.me/entry/fflogstone-chrome-extension |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FFLogstone", "version": "1.0.4", "manifest_version": 2, "description": "Add link to FFLogs in Lodestone Character page", "permissions": [ "storage" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "Config FFLogstone", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.finalfantasyxiv.com\/lodestone\/character\/*" ], "js": [ "js\/main.js" ], "css": [ "css\/button.css" ], "run_at": "document_end" } ] } |