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