Tumblr Timestamps

Puts timestamps in footers of posts in tumblr dashboard

Tumblr Timestamps là gì?

Tumblr Timestamps là một tiện ích mở rộng Chrome được phát triển bởi concept47, và tính năng chính của nó là "Puts timestamps in footers of posts in tumblr dashboard".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tumblr Timestamps

Tải xuống các tệp mở rộng Tumblr Timestamps dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tumblr Timestamps Tumblr Timestamps
ID anllaofeeadeggfpiaicgkioibfbjepe
URL Chính Thức https://chromewebstore.google.com/detail/tumblr-timestamps/anllaofeeadeggfpiaicgkioibfbjepe
Mô tả Puts timestamps in footers of posts in tumblr dashboard
Kích Thước Tệp 4.63 MB
Số Lần Cài Đặt 4,183
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2020-06-22
Ngày Phát Hành 2020-06-22
Đánh Giá 3.91/5 Tổng số 68 Đánh Giá
Nhà Phát Triển concept47
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://concept47.com
URL Trang Trợ Giúp https://bitbucket.org/concept47/tumblr_timestamps/issues?status=new&status=open
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}