League Exporter

Export item sets from Mobafire into League format

ما هو League Exporter؟

League Exporter هو إضافة Chrome تم تطويرها بواسطة rosiecode95، والميزة الرئيسية لها هي "Export item sets from Mobafire into League format".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة League Exporter

قم بتنزيل ملفات الامتداد League Exporter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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"
    }
}