FFLogs to XIVAnalysis

Export the current FFLogs page directly to XIVAnalysis.

What is FFLogs to XIVAnalysis?

FFLogs to XIVAnalysis is a Chrome extension developed by 4D, and its main feature is "Export the current FFLogs page directly to XIVAnalysis.".

Extension Screenshots

screenshot

Download FFLogs to XIVAnalysis Extension CRX File

Download FFLogs to XIVAnalysis extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name FFLogs to XIVAnalysis FFLogs to XIVAnalysis
ID jmnddopbgbmoghbmjblhkhabdhagfeab
Official URL https://chromewebstore.google.com/detail/fflogs-to-xivanalysis/jmnddopbgbmoghbmjblhkhabdhagfeab
Description Export the current FFLogs page directly to XIVAnalysis.
File Size 26.44 KB
Installation Count 39
Current Version 1.0
Last Updated 2021-03-28
Publish Date 2021-03-23
Rating 5.00/5 Total 1 Ratings
Developer 4D
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}