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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}