言の葉の樹の下で 総合Ext.
symalis氏の定期更新型ネットゲーム、「言の葉の樹の下で」の総合拡張機能
What is 言の葉の樹の下で 総合Ext.?
言の葉の樹の下で 総合Ext. is a Chrome extension developed by Yamanishi, and its main feature is "symalis氏の定期更新型ネットゲーム、「言の葉の樹の下で」の総合拡張機能".
Download 言の葉の樹の下で 総合Ext. Extension CRX File
Download 言の葉の樹の下で 総合Ext. 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
グラフ追加Extからいろいろ付け加えられたやつ。こっちを入れてグラフを表示する場合グラフ追加Extの方はアンインストールしてね 17/06/21 不死鳥のごとく甦るグラフ(追記:ちょっとバグがあったので修正) 17/06/10 スキル枠増えると思ってなかったマン(20個まで対応するよう変更)
Extension Basic Information
Name | 言の葉の樹の下で 総合Ext. |
ID | aampelnoegcigacemfabfcdfbbnaebhd |
Official URL | https://chromewebstore.google.com/detail/%E8%A8%80%E3%81%AE%E8%91%89%E3%81%AE%E6%A8%B9%E3%81%AE%E4%B8%8B%E3%81%A7-%E7%B7%8F%E5%90%88ext/aampelnoegcigacemfabfcdfbbnaebhd |
Description | symalis氏の定期更新型ネットゲーム、「言の葉の樹の下で」の総合拡張機能 |
File Size | 113 KB |
Installation Count | 123 |
Current Version | 1.0.5 |
Last Updated | 2017-06-21 |
Publish Date | 2017-06-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Yamanishi |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u8a00\u306e\u8449\u306e\u6a39\u306e\u4e0b\u3067 \u7dcf\u5408Ext.", "version": "1.0.5", "manifest_version": 2, "description": "symalis\u6c0f\u306e\u5b9a\u671f\u66f4\u65b0\u578b\u30cd\u30c3\u30c8\u30b2\u30fc\u30e0\u3001\u300c\u8a00\u306e\u8449\u306e\u6a39\u306e\u4e0b\u3067\u300d\u306e\u7dcf\u5408\u62e1\u5f35\u6a5f\u80fd", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/lisge.com\/kk\/*" ], "js": [ "jquery-2.1.4.min.js", "jquery-ui.min.js", "main.js" ], "run_at": "document_start" } ], "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "scripts": [ "background.js" ] } } |