Extended Twitter Profile Information

Show Twitter user profile information on the top of the tweet

Co je Extended Twitter Profile Information?

Extended Twitter Profile Information je rozšíření Chrome vyvinuté https://gaborharsanyi.me, a jeho hlavní funkcí je „Show Twitter user profile information on the top of the tweet“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Extended Twitter Profile Information

Stáhněte si soubory rozšíření Extended Twitter Profile Information ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Extended Twitter Profile Information Extended Twitter Profile Information
ID okcpdamelmfpddfbiheegklhcanmnflp
Oficiální URL https://chromewebstore.google.com/detail/extended-twitter-profile/okcpdamelmfpddfbiheegklhcanmnflp
Popis Show Twitter user profile information on the top of the tweet
Velikost souboru 55.04 KB
Počet instalací 132
Aktuální Verze 1.1.0
Poslední Aktualizace 2015-11-25
Datum Vydání 2015-11-25
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://gaborharsanyi.me
Typ Platby free
Webové stránky Rozšíření https://github.com/gedro/ExtendedTwitterProfileInformation
URL Stránky Nápovědy https://github.com/gedro/ExtendedTwitterProfileInformation
Podporované Jazyky 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"
            ]
        }
    ]
}