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ファイルをダウンロード

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