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