FFLogs to XIVAnalysis
Export the current FFLogs page directly to XIVAnalysis.
Hvad er FFLogs to XIVAnalysis?
FFLogs to XIVAnalysis er en Chrome-udvidelse udviklet af 4D, og dens hovedfunktion er "Export the current FFLogs page directly to XIVAnalysis.".
Udvidelsesskærmbilleder
Download FFLogs to XIVAnalysis-udvidelses-CRX-fil
Download FFLogs to XIVAnalysis-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Remove the need to copy paste every single log into a new XIVanalysis tab. May not work on certain edge cases like "Last Pull" for example so navigate to the exact log or player log that you want to open up in xivanalysis first.
Grundlæggende oplysninger om udvidelsen
Navn | FFLogs to XIVAnalysis |
ID | jmnddopbgbmoghbmjblhkhabdhagfeab |
Officiel URL | https://chromewebstore.google.com/detail/fflogs-to-xivanalysis/jmnddopbgbmoghbmjblhkhabdhagfeab |
Beskrivelse | Export the current FFLogs page directly to XIVAnalysis. |
Filstørrelse | 26.44 KB |
Antal Installationer | 39 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-03-28 |
Udgivelsesdato | 2021-03-23 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | 4D |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FFLogs to XIVAnalysis", "description": "Export the current FFLogs page directly to XIVAnalysis.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ], "action": { "default_icon": { "128": "\/icon128.png" } }, "icons": { "128": "\/icon128.png" } } |