FFLogstone
Add link to FFLogs in Lodestone Character page
Cos'è FFLogstone?
FFLogstone è un'estensione di Chrome sviluppata da sheeva, e la sua funzione principale è "Add link to FFLogs in Lodestone Character page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FFLogstone
Scarica i file di estensione FFLogstone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | FFLogstone |
ID | dmgamkpmnnphnhalhhabkdfajgdekhim |
URL Ufficiale | https://chromewebstore.google.com/detail/fflogstone/dmgamkpmnnphnhalhhabkdfajgdekhim |
Descrizione | Add link to FFLogs in Lodestone Character page |
Dimensione del File | 82.13 KB |
Conteggio Installazioni | 476 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2022-05-23 |
Data di Pubblicazione | 2019-11-26 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | sheeva |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://blog.sheeva.me/entry/fflogstone-chrome-extension |
Lingue Supportate | 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" } ] } |