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ファイルをダウンロード
Old Tumblr Dashboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } |