Extended Twitter Profile Information

Show Twitter user profile information on the top of the tweet

¿Qué es Extended Twitter Profile Information?

Extended Twitter Profile Information es una extensión de Chrome desarrollada por https://gaborharsanyi.me, y su función principal es "Show Twitter user profile information on the top of the tweet".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Extended Twitter Profile Information

Descarga archivos de extensión Extended Twitter Profile Information en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Extended Twitter Profile Information Extended Twitter Profile Information
ID okcpdamelmfpddfbiheegklhcanmnflp
URL Oficial https://chromewebstore.google.com/detail/extended-twitter-profile/okcpdamelmfpddfbiheegklhcanmnflp
Descripción Show Twitter user profile information on the top of the tweet
Tamaño del Archivo 55.04 KB
Cantidad de Instalaciones 132
Versión Actual 1.1.0
Última Actualización 2015-11-25
Fecha de Publicación 2015-11-25
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://gaborharsanyi.me
Tipo de Pago free
Sitio Web de la Extensión https://github.com/gedro/ExtendedTwitterProfileInformation
URL de la Página de Ayuda https://github.com/gedro/ExtendedTwitterProfileInformation
Idiomas Soportados 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"
            ]
        }
    ]
}