ホジョシタ
「言の葉の樹の下で」通称コトシタを快適に遊べるよう様々な補助機能を付けるChrome用拡張機能です。
What is ホジョシタ?
ホジョシタ is a Chrome extension developed by Unknown, and its main feature is "「言の葉の樹の下で」通称コトシタを快適に遊べるよう様々な補助機能を付けるChrome用拡張機能です。".
Download ホジョシタ Extension CRX File
Download ホジョシタ 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
■現バージョンで行える機能について 1.セリフプレビュー トーク画面、パーティ画面(リンクスキル設定)、スキル画面、キャラクター画面にセリフのプレビュー機能を追加します。 現在トークのハッシュタグ機能以外の全ての構文に対応しています。 2.スキルソート スキル画面にスキルの発動タイミング順にスキル順を入れ替えるボタンを追加します。 ボタンを押すとスキル順のテキストボックスに数値が入力されるので、そのまま送信すると反映されます。 3.リンクキャラソート パーティ画面、物語内パーティ選択画面にメンバー選択一覧のソート機能を追加します。 4.リンクキャラ一覧装飾機能 パーティ画面、物語内パーティ選択画面のメンバー選択一覧を見やすく装飾します。 この機能はデフォルトではオフに設定しています。利用したい場合はオプションから設定を変更してください。
Extension Basic Information
Name | ホジョシタ |
ID | mclpnlphddmnomfhpdfdiiiinpgfnonf |
Official URL | https://chromewebstore.google.com/detail/%E3%83%9B%E3%82%B8%E3%83%A7%E3%82%B7%E3%82%BF/mclpnlphddmnomfhpdfdiiiinpgfnonf |
Description | 「言の葉の樹の下で」通称コトシタを快適に遊べるよう様々な補助機能を付けるChrome用拡張機能です。 |
File Size | 27.01 KB |
Installation Count | 139 |
Current Version | 0.2.3 |
Last Updated | 2017-07-09 |
Publish Date | 2017-07-08 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u30db\u30b8\u30e7\u30b7\u30bf", "author": "yagamuu", "version": "0.2.3", "description": "\u300c\u8a00\u306e\u8449\u306e\u6a39\u306e\u4e0b\u3067\u300d\u901a\u79f0\u30b3\u30c8\u30b7\u30bf\u3092\u5feb\u9069\u306b\u904a\u3079\u308b\u3088\u3046\u69d8\u3005\u306a\u88dc\u52a9\u6a5f\u80fd\u3092\u4ed8\u3051\u308bChrome\u7528\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002", "permissions": [ "storage" ], "options_page": "option.html", "content_scripts": [ { "matches": [ "http:\/\/lisge.com\/kk\/*" ], "js": [ "\/js\/main.js" ], "css": [ "\/css\/main.css" ] } ] } |