Tumblr Timestamps

Puts timestamps in footers of posts in tumblr dashboard

Tumblr Timestamps क्या है?

Tumblr Timestamps concept47 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Puts timestamps in footers of posts in tumblr dashboard"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tumblr Timestamps एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}