FFXIV LodeStone Readable
FFXIV LodeStone Readable is an extension that updates the diary related appearance in FINAL FANTASY XIV The LodeStone.
什麼是FFXIV LodeStone Readable?
FFXIV LodeStone Readable是由Ryuryan開發的Chrome擴展程式,該擴展的主要功能是“FFXIV LodeStone Readable is an extension that updates the diary related appearance in FINAL FANTASY XIV The LodeStone.”。
擴展截圖
下載FFXIV LodeStone Readable擴展crx文件
下載FFXIV LodeStone Readable擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
【FFXIV LodeStone Readable】は、FINAL FANTASY XIV The LodeStone内にある日記関連の見やすくする拡張機能です。 -------------------- 記載されている会社名・製品名・システム名などは、各社の商標、または登録商標です。 Copyright (C) 2010 - 2019 SQUARE ENIX CO., LTD. All Rights Reserved.
擴展基本資訊
名稱 | |
ID | gpbknebphaigdbiklghpngglmpgkhehb |
官方網址 | https://chrome.google.com/webstore/detail/ffxiv-lodestone-readable/gpbknebphaigdbiklghpngglmpgkhehb |
簡介 | FFXIV LodeStone Readable is an extension that updates the diary related appearance in FINAL FANTASY XIV The LodeStone. |
檔案大小 | 47.94 KB |
安裝次數 | 129 |
目前版本 | 1.3.3 |
更新時間 | 2019-08-29 |
上架時間 | 2019-08-29 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Ryuryan |
付費類型 | free |
擴展官網 | https://twitter.com/home?lang=ja |
支援的語言 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FFXIV LodeStone Readable", "short_name": "lodestone readable", "author": "Ryuryan Santa", "description": "FFXIV LodeStone Readable is an extension that updates the diary related appearance in FINAL FANTASY XIV The LodeStone.", "version": "1.3.3", "manifest_version": 2, "web_accessible_resources": [ "lodestone\/images\/*.png" ], "permissions": [ "storage" ], "icons": { "16": "lodestone\/icon16.png", "48": "lodestone\/icon48.png", "128": "lodestone\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/jp.finalfantasyxiv.com\/lodestone\/blog\/*", "https:\/\/na.finalfantasyxiv.com\/lodestone\/blog\/*", "https:\/\/eu.finalfantasyxiv.com\/lodestone\/blog\/*", "https:\/\/fr.finalfantasyxiv.com\/lodestone\/blog\/*", "https:\/\/de.finalfantasyxiv.com\/lodestone\/blog\/*" ], "css": [ "lodestone\/style.css" ], "js": [ "lodestone\/script.js" ] }, { "matches": [ "https:\/\/jp.finalfantasyxiv.com\/lodestone\/character\/*\/blog\/*", "https:\/\/na.finalfantasyxiv.com\/lodestone\/character\/*\/blog\/*", "https:\/\/eu.finalfantasyxiv.com\/lodestone\/character\/*\/blog\/*", "https:\/\/fr.finalfantasyxiv.com\/lodestone\/character\/*\/blog\/*", "https:\/\/de.finalfantasyxiv.com\/lodestone\/character\/*\/blog\/*" ], "css": [ "lodestone\/style.css" ], "js": [ "lodestone\/script.js" ] } ] } |