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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
【FFXIV LodeStone Readable】は、FINAL FANTASY XIV The LodeStone内にある日記関連の見やすくする拡張機能です。 -------------------- 記載されている会社名・製品名・システム名などは、各社の商標、または登録商標です。 Copyright (C) 2010 - 2019 SQUARE ENIX CO., LTD. All Rights Reserved.
확장 프로그램 기본 정보
이름 | |
ID | gpbknebphaigdbiklghpngglmpgkhehb |
공식 URL | 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" ] } ] } |