Tumblr Posts Fix
Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!
Tumblr Posts Fix란 무엇입니까?
Tumblr Posts Fix은(는) adl040에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!"입니다.
확장 프로그램 스크린샷
Tumblr Posts Fix 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension reverts how reblogged comments look on the dashboard back to how they looked before the most recent update AND changes how they look in the reblogging editor!! There is a bug with how tags show up. I am working on fixing it. ----------------------------- Version 1.0.8: Comments for reblogged asks now look they way they did before the update. Hovering over deactivated usernames show their deactivated status. Version 1.0.7: More edge cases added, changed how deactivated usernames appear
확장 프로그램 기본 정보
이름 | Tumblr Posts Fix |
ID | lgnkfodppadkcieeejdoamoflimlocnl |
공식 URL | https://chromewebstore.google.com/detail/tumblr-posts-fix/lgnkfodppadkcieeejdoamoflimlocnl |
설명 | Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor! |
파일 크기 | 89.99 KB |
설치 횟수 | 120 |
현재 버전 | 1.0.8 |
최근 업데이트 | 2015-10-07 |
출시 날짜 | 2015-10-06 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | adl040 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tumblr Posts Fix", "description": "Reverts the way comments look back to the pyramid blockquotes style. Works for the dashboard and the reblog editor!", "version": "1.0.8", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.tumblr.com\/*" ], "js": [ "jquery\/jquery-1.11.3.js", "javascript.js" ], "css": [ "css.css" ] } ] } |