Tumblr Timestamps

Puts timestamps in footers of posts in tumblr dashboard

O que é Tumblr Timestamps?

Tumblr Timestamps é uma extensão do Chrome desenvolvida por concept47, e sua principal característica é "Puts timestamps in footers of posts in tumblr dashboard".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tumblr Timestamps

Baixe arquivos de extensão Tumblr Timestamps 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

                        Please try open a bug report at the support link before leaving a bad review related to the extension not working. 
I don't control the tumblr website, and don't check the site everyday, so it might take a day or two to find and fix problems that come up. 
But I have to know about them first :)

* updated 06/20/20 to fix problem with being completely broken 😬
* updated 06/30/14 to fix problem with tumblr redirecting to https urls
* updated 09/03/13 to adjust to breaking changes in tumblr markup

This extension just puts the time of each post that appears in your dashboard, in the lower left hand corner of every post. 

It originated from my frustration of going through hundreds of posts (on some days) and having no idea if i was looking at stuff from a week ago or a month ago. I hope you like it.

Leave a nice review or email me (email above) if you do, it will help more people find it and use it :)                    

Informações Básicas da Extensão

Nome Tumblr Timestamps Tumblr Timestamps
ID anllaofeeadeggfpiaicgkioibfbjepe
URL Oficial https://chromewebstore.google.com/detail/tumblr-timestamps/anllaofeeadeggfpiaicgkioibfbjepe
Descrição Puts timestamps in footers of posts in tumblr dashboard
Tamanho do Arquivo 4.63 MB
Contagem de Instalações 4,183
Versão Atual 1.0.7
Última Atualização 2020-06-22
Data de Publicação 2020-06-22
Classificação 3.91/5 Total de 68 Avaliações
Desenvolvedor concept47
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://concept47.com
URL da Página de Ajuda https://bitbucket.org/concept47/tumblr_timestamps/issues?status=new&status=open
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tumblr Timestamps",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "Puts timestamps in footers of posts in tumblr dashboard",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tumblr.com\/*"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "content.js"
            ]
        }
    ]
}