Extended Twitter Profile Information

Show Twitter user profile information on the top of the tweet

Vad är Extended Twitter Profile Information?

Extended Twitter Profile Information är en Chrome-tillägg utvecklad av https://gaborharsanyi.me, och dess huvudfunktion är "Show Twitter user profile information on the top of the tweet".

Tilläggsskärmbilder

screenshot

Ladda ner Extended Twitter Profile Information-förlängningens CRX-fil

Ladda ner Extended Twitter Profile Information-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Extended Twitter Profile Information Extended Twitter Profile Information
ID okcpdamelmfpddfbiheegklhcanmnflp
Officiell webbadress https://chromewebstore.google.com/detail/extended-twitter-profile/okcpdamelmfpddfbiheegklhcanmnflp
Beskrivning Show Twitter user profile information on the top of the tweet
Filstorlek 55.04 KB
Antal Installationer 132
Aktuell Version 1.1.0
Senast Uppdaterad 2015-11-25
Publiceringsdatum 2015-11-25
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://gaborharsanyi.me
Betalningssätt free
Tilläggswebbplats https://github.com/gedro/ExtendedTwitterProfileInformation
Hjälpsida URL https://github.com/gedro/ExtendedTwitterProfileInformation
Stödda Språk 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"
            ]
        }
    ]
}