FFLogs to XIVAnalysis

Export the current FFLogs page directly to XIVAnalysis.

Vad är FFLogs to XIVAnalysis?

FFLogs to XIVAnalysis är en Chrome-tillägg utvecklad av 4D, och dess huvudfunktion är "Export the current FFLogs page directly to XIVAnalysis.".

Tilläggsskärmbilder

screenshot

Ladda ner FFLogs to XIVAnalysis-förlängningens CRX-fil

Ladda ner FFLogs to XIVAnalysis-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn FFLogs to XIVAnalysis FFLogs to XIVAnalysis
ID jmnddopbgbmoghbmjblhkhabdhagfeab
Officiell webbadress https://chromewebstore.google.com/detail/fflogs-to-xivanalysis/jmnddopbgbmoghbmjblhkhabdhagfeab
Beskrivning Export the current FFLogs page directly to XIVAnalysis.
Filstorlek 26.44 KB
Antal Installationer 39
Aktuell Version 1.0
Senast Uppdaterad 2021-03-28
Publiceringsdatum 2021-03-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare 4D
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}