Tumblr Post Controls

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

O que é Tumblr Post Controls?

Tumblr Post Controls é uma extensão do Chrome desenvolvida por Kyle Ladd, e sua principal característica é "Reblog, Like, etc, to the top of posts in the dash".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tumblr Post Controls

Baixe arquivos de extensão Tumblr Post Controls no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Tumblr Post Controls Tumblr Post Controls
ID gafampkaegokokdgbpnlilnadienfhad
URL Oficial https://chrome.google.com/webstore/detail/tumblr-post-controls/gafampkaegokokdgbpnlilnadienfhad
Descrição Reblog, Like, etc, to the top of posts in the dash
Tamanho do Arquivo 2.86 KB
Contagem de Instalações 94
Versão Atual 1.0.4
Última Atualização 2013-07-07
Data de Publicação 2013-07-07
Desenvolvedor Kyle Ladd
Tipo de Pagamento free
Idiomas Suportados 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"
}