Steam Games Listifier

When you click the button on a Steam games listing, it will make a textbox list of games you can copy and send to friends!

ما هو Steam Games Listifier؟

Steam Games Listifier هو إضافة Chrome تم تطويرها بواسطة arbitar، والميزة الرئيسية لها هي "When you click the button on a Steam games listing, it will make a textbox list of games you can copy and send to friends!".

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

screenshot

تحميل ملف CRX للإضافة Steam Games Listifier

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

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

                        This is pretty simple.. when you're on a Steam games listing, like "http://steamcommunity.com/id//games?tab=all", and you click the little steam button on your toolbar, it will create a text box with each game on the page on a new line.  

This makes it easier for you to copy and paste your games to friends, or into files for other purposes.  It will also list the total quantity of games you own at the very top of the textbox.

This isn't particularly polished.  No warranty, express or implied :)                    

معلومات أساسية عن التمديد

الاسم Steam Games Listifier Steam Games Listifier
ID aigjhmfeinolobbejpbfkbcfnjkliglf
عنوان URL الرسمي https://chromewebstore.google.com/detail/steam-games-listifier/aigjhmfeinolobbejpbfkbcfnjkliglf
الوصف When you click the button on a Steam games listing, it will make a textbox list of games you can copy and send to friends!
حجم الملف 7.09 KB
عدد التثبيتات 86
النسخة الحالية 1.0
آخر تحديث 2012-08-19
تاريخ النشر 2012-08-19
تقييم 3.00/5 مجموع تقييمات 2
المطور arbitar
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Games Listifier",
    "version": "1.0",
    "manifest_version": 2,
    "description": "When you click the button on a Steam games listing, it will make a textbox list of games you can copy and send to friends!",
    "browser_action": {
        "default_title": "Generate list of games",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/steamcommunity.com\/*"
    ],
    "background": {
        "scripts": [
            "steamlister.js"
        ]
    }
}