Twitter Account Colors

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

Twitter Account Colors là gì?

Twitter Account Colors là một tiện ích mở rộng Chrome được phát triển bởi William Thomas, và tính năng chính của nó là "Changes Web Twitter's color scheme based on the current logged-in account.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitter Account Colors

Tải xuống các tệp mở rộng Twitter Account Colors dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitter Account Colors Twitter Account Colors
ID lflmocamcdfgdakobokepedjmhigbhlm
URL Chính Thức https://chrome.google.com/webstore/detail/twitter-account-colors/lflmocamcdfgdakobokepedjmhigbhlm
Mô tả Changes Web Twitter's color scheme based on the current logged-in account.
Kích Thước Tệp 51.32 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2016-05-17
Ngày Phát Hành 2016-05-17
Nhà Phát Triển William Thomas
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}