FFLogstone

Add link to FFLogs in Lodestone Character page

FFLogstoneคืออะไร?

FFLogstone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sheeva และคุณลักษณะหลักของมันคือ "Add link to FFLogs in Lodestone Character page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FFLogstone

ดาวน์โหลดไฟล์ส่วนขยาย FFLogstone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}