FFLogs to XIVAnalysis
Export the current FFLogs page directly to XIVAnalysis.
Was ist FFLogs to XIVAnalysis?
FFLogs to XIVAnalysis ist eine Chrome-Erweiterung, die von 4D entwickelt wurde, und ihr Hauptmerkmal ist "Export the current FFLogs page directly to XIVAnalysis.".
Erweiterungsscreenshots
FFLogs to XIVAnalysis-Erweiterungs-CRX-Datei herunterladen
Laden Sie FFLogs to XIVAnalysis-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | FFLogs to XIVAnalysis |
ID | jmnddopbgbmoghbmjblhkhabdhagfeab |
Offizielle URL | https://chromewebstore.google.com/detail/fflogs-to-xivanalysis/jmnddopbgbmoghbmjblhkhabdhagfeab |
Beschreibung | Export the current FFLogs page directly to XIVAnalysis. |
Dateigröße | 26.44 KB |
Installationsanzahl | 39 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-03-28 |
Veröffentlichungsdatum | 2021-03-23 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | 4D |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |