FFLogs to XIVAnalysis

Export the current FFLogs page directly to XIVAnalysis.

Wat is FFLogs to XIVAnalysis?

FFLogs to XIVAnalysis is een Chrome-extensie ontwikkeld door 4D, en de belangrijkste functie is "Export the current FFLogs page directly to XIVAnalysis.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FFLogs to XIVAnalysis

Download FFLogs to XIVAnalysis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FFLogs to XIVAnalysis FFLogs to XIVAnalysis
ID jmnddopbgbmoghbmjblhkhabdhagfeab
Officiële URL https://chromewebstore.google.com/detail/fflogs-to-xivanalysis/jmnddopbgbmoghbmjblhkhabdhagfeab
Beschrijving Export the current FFLogs page directly to XIVAnalysis.
Bestandsgrootte 26.44 KB
Aantal Installaties 39
Huidige Versie 1.0
Laatst Bijgewerkt 2021-03-28
Publicatiedatum 2021-03-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar 4D
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}