Extended Twitter Profile Information

Show Twitter user profile information on the top of the tweet

Extended Twitter Profile Information란 무엇입니까?

Extended Twitter Profile Information은(는) https://gaborharsanyi.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show Twitter user profile information on the top of the tweet"입니다.

확장 프로그램 스크린샷

screenshot

Extended Twitter Profile Information 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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