FFLogstone

Add link to FFLogs in Lodestone Character page

FFLogstone란 무엇입니까?

FFLogstone은(는) sheeva에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add link to FFLogs in Lodestone Character page"입니다.

확장 프로그램 스크린샷

screenshot

FFLogstone 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Lodestoneのキャラクターページに当該キャラクターのFFLogsへのリンクを追加します。
- FFLogsのPublic API Keyが必要です。
- 入力したAPI Keyはブラウザ上に保存されます。
- 当該キャラクターを含む直近のログが公開されている場合のみボタンが表示されます。

Add link to FFLogs in Lodestone Character Page 
- Requires FFLogs Public API Key to get character ID in FFLogs. 
- Click icon to input.
- API Key will be saved on your browser (if you enabled chrome sync, this also sync)
- Available when the character included in recent report.                    

확장 프로그램 기본 정보

이름 FFLogstone FFLogstone
ID dmgamkpmnnphnhalhhabkdfajgdekhim
공식 URL https://chromewebstore.google.com/detail/fflogstone/dmgamkpmnnphnhalhhabkdfajgdekhim
설명 Add link to FFLogs in Lodestone Character page
파일 크기 82.13 KB
설치 횟수 476
현재 버전 1.0.4
최근 업데이트 2022-05-23
출시 날짜 2019-11-26
평점 5.00/5 총 2 개의 평점
개발자 sheeva
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://blog.sheeva.me/entry/fflogstone-chrome-extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FFLogstone",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Add link to FFLogs in Lodestone Character page",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Config FFLogstone",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.finalfantasyxiv.com\/lodestone\/character\/*"
            ],
            "js": [
                "js\/main.js"
            ],
            "css": [
                "css\/button.css"
            ],
            "run_at": "document_end"
        }
    ]
}