Twitter Account Colors

Changes Web Twitter's color scheme based on the current logged-in account.

Twitter Account Colorsとは何ですか?

Twitter Account ColorsはWilliam Thomasによって開発されたChromeの拡張機能で、その主な機能は「Changes Web Twitter's color scheme based on the current logged-in account.」です。

拡張機能のスクリーンショット

screenshot

Twitter Account Colors拡張機能のCRXファイルをダウンロード

Twitter Account Colors拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Makes a small change to the home page of Twitter.com. The background will be replaced from its boring white color to your profile's selected accent color.

Helpful for quickly identifying which account you are logged in as, too!                    

拡張機能の基本情報

名前 Twitter Account Colors Twitter Account Colors
ID lflmocamcdfgdakobokepedjmhigbhlm
公式URL https://chrome.google.com/webstore/detail/twitter-account-colors/lflmocamcdfgdakobokepedjmhigbhlm
説明 Changes Web Twitter's color scheme based on the current logged-in account.
ファイルサイズ 51.32 KB
インストール数 17
現在のバージョン 0.0.3
最終更新日 2016-05-17
公開日 2016-05-17
開発者 William Thomas
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "William Thomas",
    "description": "Changes Web Twitter's color scheme based on the current logged-in account.",
    "homepage_url": "http:\/\/willseph.com\/",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Twitter Account Colors",
    "permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "version": "0.0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "css\/twitteraccountcolors.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/twitteraccountcolors.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/ajax.gif"
    ]
}