FFLogstone

Add link to FFLogs in Lodestone Character page

What is FFLogstone?

FFLogstone is a Chrome extension developed by sheeva, and its main feature is "Add link to FFLogs in Lodestone Character page".

Extension Screenshots

screenshot

Download FFLogstone Extension CRX File

Download FFLogstone 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

                        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.                    

Extension Basic Information

Name FFLogstone FFLogstone
ID dmgamkpmnnphnhalhhabkdfajgdekhim
Official URL https://chromewebstore.google.com/detail/fflogstone/dmgamkpmnnphnhalhhabkdfajgdekhim
Description Add link to FFLogs in Lodestone Character page
File Size 82.13 KB
Installation Count 476
Current Version 1.0.4
Last Updated 2022-05-23
Publish Date 2019-11-26
Rating 5.00/5 Total 2 Ratings
Developer sheeva
Email [email protected]
Payment Type free
Extension Website https://blog.sheeva.me/entry/fflogstone-chrome-extension
Supported Languages 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"
        }
    ]
}