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."입니다.
확장 프로그램 스크린샷
FFLogs to XIVAnalysis 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | jmnddopbgbmoghbmjblhkhabdhagfeab |
공식 URL | 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" } } |