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
官方網址 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"
            ]
        }
    ]
}