Tumblr Timestamps

Puts timestamps in footers of posts in tumblr dashboard

Apa itu Tumblr Timestamps?

Tumblr Timestamps adalah ekstensi Chrome yang dikembangkan oleh concept47, dan fitur utamanya adalah "Puts timestamps in footers of posts in tumblr dashboard".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Tumblr Timestamps

Unduh file ekstensi Tumblr Timestamps dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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 :)                    

Informasi Dasar Ekstensi

Nama Tumblr Timestamps Tumblr Timestamps
ID anllaofeeadeggfpiaicgkioibfbjepe
URL Resmi https://chromewebstore.google.com/detail/tumblr-timestamps/anllaofeeadeggfpiaicgkioibfbjepe
Deskripsi Puts timestamps in footers of posts in tumblr dashboard
Ukuran File 4.63 MB
Jumlah Instalasi 4,183
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2020-06-22
Tanggal Publikasi 2020-06-22
Penilaian 3.91/5 Total 68 Penilaian
Pengembang concept47
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://concept47.com
URL Halaman Bantuan https://bitbucket.org/concept47/tumblr_timestamps/issues?status=new&status=open
Bahasa yang Didukung 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"
            ]
        }
    ]
}