League Exporter
Export item sets from Mobafire into League format
League Exporterとは何ですか?
League Exporterはrosiecode95によって開発されたChromeの拡張機能で、その主な機能は「Export item sets from Mobafire into League format」です。
拡張機能のスクリーンショット
League Exporter拡張機能のCRXファイルをダウンロード
League Exporter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Export data sets from mobafire.com into League of Legends compatible format for import into the client 1. Open a build of choice 2. Click the potion icon and select the build 3. Press export 4. Open League client 5. Click 'collection' -> 'items' -> 'import item sets' 6. Select paste coped set 7. Paste output from League Exporter into the League input field Join us on discord to report issues or just to hang out: https://discord.gg/QkSfekz
拡張機能の基本情報
名前 | League Exporter |
ID | jegomhginfamlhhbjldkjhcnidghnogp |
公式URL | https://chromewebstore.google.com/detail/league-exporter/jegomhginfamlhhbjldkjhcnidghnogp |
説明 | Export item sets from Mobafire into League format |
ファイルサイズ | 19.84 KB |
インストール数 | 28 |
現在のバージョン | 0.1 |
最終更新日 | 2019-08-06 |
公開日 | 2019-08-05 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | rosiecode95 |
支払い方法 | free |
ヘルプページのURL | https://discord.gg/QkSfekz |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "League Exporter", "version": "0.1", "description": "Export item sets from Mobafire into League format", "author": "RosieCode95", "icons": { "32": "icon32.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.mobafire.com\/league-of-legends\/build\/*" ], "js": [ "content.js" ] } ], "page_action": { "default_popup": "popup.html", "default_title": "export me", "default_icon": "icon32.png" } } |