XIVAnalysis Launcher

Launch XIVAnalysis with just one click!

XIVAnalysis Launcher là gì?

XIVAnalysis Launcher là một tiện ích mở rộng Chrome được phát triển bởi Tenyu, và tính năng chính của nó là "Launch XIVAnalysis with just one click!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng XIVAnalysis Launcher

Tải xuống các tệp mở rộng XIVAnalysis Launcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Launch xivanalysis with just one click, no need to copy and paste FFLogs into xivanalysis anymore!

Click on the button at the top right corner of FFLogs report page or click on the extension button directly to access xivanalysis.

*Note: only works on FFLogs reports page.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên XIVAnalysis Launcher XIVAnalysis Launcher
ID niimageijnalbdnnghkgkgdegdnomjmd
URL Chính Thức https://chromewebstore.google.com/detail/xivanalysis-launcher/niimageijnalbdnnghkgkgdegdnomjmd
Mô tả Launch XIVAnalysis with just one click!
Kích Thước Tệp 26.84 KB
Số Lần Cài Đặt 504
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2021-09-09
Ngày Phát Hành 2021-09-09
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Tenyu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XIVAnalysis Launcher",
    "description": "Launch XIVAnalysis with just one click!",
    "version": "1.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.min.js"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.fflogs.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "default_title": "Go to xivanalysis"
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.fflogs.com\/reports\/*"
            ],
            "css": [
                "inject-xivanalysis-button.min.css"
            ],
            "js": [
                "inject-xivanalysis-button.min.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}