Extended Twitter Profile Information

Show Twitter user profile information on the top of the tweet

Cos'è Extended Twitter Profile Information?

Extended Twitter Profile Information è un'estensione di Chrome sviluppata da https://gaborharsanyi.me, e la sua funzione principale è "Show Twitter user profile information on the top of the tweet".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Extended Twitter Profile Information

Scarica i file di estensione Extended Twitter Profile Information in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Extended Twitter Profile Information Extended Twitter Profile Information
ID okcpdamelmfpddfbiheegklhcanmnflp
URL Ufficiale https://chromewebstore.google.com/detail/extended-twitter-profile/okcpdamelmfpddfbiheegklhcanmnflp
Descrizione Show Twitter user profile information on the top of the tweet
Dimensione del File 55.04 KB
Conteggio Installazioni 132
Versione Corrente 1.1.0
Ultimo Aggiornamento 2015-11-25
Data di Pubblicazione 2015-11-25
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://gaborharsanyi.me
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gedro/ExtendedTwitterProfileInformation
URL della Pagina di Aiuto https://github.com/gedro/ExtendedTwitterProfileInformation
Lingue Supportate 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"
            ]
        }
    ]
}