Extended Twitter Profile Information

Show Twitter user profile information on the top of the tweet

ما هو Extended Twitter Profile Information؟

Extended Twitter Profile Information هو إضافة Chrome تم تطويرها بواسطة https://gaborharsanyi.me، والميزة الرئيسية لها هي "Show Twitter user profile information on the top of the tweet".

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

screenshot

تحميل ملف CRX للإضافة Extended Twitter Profile Information

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

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

                        Have you ever felt it's annoying to move your mouse over all user profile just to see the number of followers (Nr of following, Nr of tweets) of the user who created the tweet?

If yes, then this small tool can help you. It displays all those data right on the top of the tweets.                    

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

الاسم Extended Twitter Profile Information Extended Twitter Profile Information
ID okcpdamelmfpddfbiheegklhcanmnflp
عنوان URL الرسمي https://chromewebstore.google.com/detail/extended-twitter-profile/okcpdamelmfpddfbiheegklhcanmnflp
الوصف Show Twitter user profile information on the top of the tweet
حجم الملف 55.04 KB
عدد التثبيتات 132
النسخة الحالية 1.1.0
آخر تحديث 2015-11-25
تاريخ النشر 2015-11-25
تقييم 5.00/5 مجموع تقييمات 4
المطور https://gaborharsanyi.me
نوع الدفع free
موقع الإضافة https://github.com/gedro/ExtendedTwitterProfileInformation
عنوان صفحة المساعدة https://github.com/gedro/ExtendedTwitterProfileInformation
اللغات المدعومة en,hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.1.0",
    "default_locale": "en",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/gedro\/ExtendedTwitterProfileInformation",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/js\/extended_twitter_profile_info.js"
            ],
            "css": [
                "src\/inject\/css\/extended_twitter_profile_info.css"
            ]
        }
    ]
}