Twitter Account Colors

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

Что такое Twitter Account Colors?

Twitter Account Colors - это расширение Chrome, разработанное William Thomas, и его основная функция - "Changes Web Twitter's color scheme based on the current logged-in account.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Twitter Account Colors

Скачайте файлы расширений 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"
    ]
}