Old Tumblr Dashboard
Takes the Tumblr Dashboard back to how it looked before the update ruined it
Old Tumblr Dashboard란 무엇입니까?
Old Tumblr Dashboard은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Takes the Tumblr Dashboard back to how it looked before the update ruined it"입니다.
확장 프로그램 스크린샷
Old Tumblr Dashboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is one I started to develop privately to make the Tumblr dashboard look the same as it used to before a big update which changed it significantly, I thought many people might want to use it as they dislike the dashboard so thought I would publish it. The only thing I couldn't fix is the drop down for blogs now. ========== Version 0.2 ============ • Main post container width adjusted so it's not overly wide as per the latest update made by staff ========== Version 0.3 ============ • Fix post type selection width which was broken with the last update
확장 프로그램 기본 정보
이름 | Old Tumblr Dashboard |
ID | hnfhfloeaalhhbnbbgnlimemkjmaoedg |
공식 URL | https://chromewebstore.google.com/detail/old-tumblr-dashboard/hnfhfloeaalhhbnbbgnlimemkjmaoedg |
설명 | Takes the Tumblr Dashboard back to how it looked before the update ruined it |
파일 크기 | 9.91 MB |
설치 횟수 | 980 |
현재 버전 | 0.3 |
최근 업데이트 | 2016-06-18 |
출시 날짜 | 2016-06-18 |
평점 | 2.58/5 총 24 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
도움말 페이지 URL | http://forgave.tumblr.com/ask |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Old Tumblr Dashboard", "version": "0.3", "content_scripts": [ { "matches": [ "http:\/\/tumblr.com\/*", "https:\/\/tumblr.com\/*", "http:\/\/www.tumblr.com\/*", "https:\/\/www.tumblr.com\/*", "file:\/\/\/C:\/Users\/Owner\/Documents\/Extensions\/Old%20Dash\/dashboard.html" ], "css": [ "assets\/css\/main.css" ], "js": [ "assets\/js\/jquery-1.8.3.js", "assets\/js\/main.js", "assets\/js\/right_column.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "http:\/\/tumblr.com\/*", "https:\/\/tumblr.com\/*", "http:\/\/www.tumblr.com\/*", "https:\/\/www.tumblr.com\/*" ], "description": "Takes the Tumblr Dashboard back to how it looked before the update ruined it", "icons": { "128": "assets\/img\/icon_128.png", "64": "assets\/img\/icon_64.png", "48": "assets\/img\/icon_48.png", "24": "assets\/img\/icon_24.png" }, "web_accessible_resources": [ "assets\/img\/logo.png" ] } |