Extended Twitter Profile Information

Show Twitter user profile information on the top of the tweet

Extended Twitter Profile Information क्या है?

Extended Twitter Profile Information https://gaborharsanyi.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show Twitter user profile information on the top of the tweet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Extended Twitter Profile Information एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
            ]
        }
    ]
}