FFLogs to XIVAnalysis

Export the current FFLogs page directly to XIVAnalysis.

什麼是FFLogs to XIVAnalysis?

FFLogs to XIVAnalysis是由4D開發的Chrome擴展程式,該擴展的主要功能是“Export the current FFLogs page directly to XIVAnalysis.”。

擴展截圖

screenshot

下載FFLogs to XIVAnalysis擴展crx文件

下載FFLogs to XIVAnalysis擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 FFLogs to XIVAnalysis FFLogs to XIVAnalysis
ID jmnddopbgbmoghbmjblhkhabdhagfeab
官方網址 https://chromewebstore.google.com/detail/fflogs-to-xivanalysis/jmnddopbgbmoghbmjblhkhabdhagfeab
簡介 Export the current FFLogs page directly to XIVAnalysis.
檔案大小 26.44 KB
安裝次數 39
目前版本 1.0
更新時間 2021-03-28
上架時間 2021-03-23
評分 5.00/5 共 1 次評分
開發者 4D
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}