Tumblr Post Controls

Reblog, Like, etc, to the top of posts in the dash

Что такое Tumblr Post Controls?

Tumblr Post Controls - это расширение Chrome, разработанное Kyle Ladd, и его основная функция - "Reblog, Like, etc, to the top of posts in the dash".

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

screenshot

Скачать файл CRX расширения Tumblr Post Controls

Скачайте файлы расширений Tumblr Post Controls в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Move post controls (reblog, like, etc) to the top of posts in the dashboard.                    

Основная информация о расширении

Название Tumblr Post Controls Tumblr Post Controls
ID gafampkaegokokdgbpnlilnadienfhad
Официальный URL https://chrome.google.com/webstore/detail/tumblr-post-controls/gafampkaegokokdgbpnlilnadienfhad
Описание Reblog, Like, etc, to the top of posts in the dash
Размер файла 2.86 KB
Количество установок 94
Текущая Версия 1.0.4
Последнее Обновление 2013-07-07
Дата публикации 2013-07-07
Разработчик Kyle Ladd
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/www.tumblr.com\/dashboard"
            ]
        }
    ],
    "description": "Reblog, Like, etc, to the top of posts in the dash",
    "manifest_version": 2,
    "name": "Tumblr Post Controls",
    "version": "1.0.4"
}