Tumblr Timestamps

Puts timestamps in footers of posts in tumblr dashboard

什么是Tumblr Timestamps?

Tumblr Timestamps是由concept47开发的Chrome扩展程序,该扩展的主要功能是“Puts timestamps in footers of posts in tumblr dashboard”。

扩展截图

screenshot
screenshot
screenshot

下载Tumblr Timestamps扩展crx文件

下载Tumblr Timestamps扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Tumblr Timestamps Tumblr Timestamps
ID anllaofeeadeggfpiaicgkioibfbjepe
官方URL https://chromewebstore.google.com/detail/tumblr-timestamps/anllaofeeadeggfpiaicgkioibfbjepe
简介 Puts timestamps in footers of posts in tumblr dashboard
文件大小 4.63 MB
安装次数 4,183
当前版本 1.0.7
更新时间 2020-06-22
上架时间 2020-06-22
评分 3.91/5 共68次评分
开发者 concept47
电子邮箱 [email protected]
付费类型 free
扩展官网 http://concept47.com
帮助页面URL https://bitbucket.org/concept47/tumblr_timestamps/issues?status=new&status=open
支持的语言 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"
            ]
        }
    ]
}