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"입니다.
확장 프로그램 스크린샷
Tumblr Timestamps 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |