TumblrSkipper
Skips the sidebar for you when you click a Tumblelog on your Dashboard
TumblrSkipper là gì?
TumblrSkipper là một tiện ích mở rộng Chrome được phát triển bởi jessica.summer.smith, và tính năng chính của nó là "Skips the sidebar for you when you click a Tumblelog on your Dashboard".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TumblrSkipper
Tải xuống các tệp mở rộng TumblrSkipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
On the Tumblr dashboard, clicking a blog link used to take you to that blog. Now, it takes you to a weird sidebar to preview the blog instead. This extension restores the native link functionality to the Tumblr dashboard.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cofjhhfhgfpdglobncjkfdmmpdkmfgdc |
URL Chính Thức | https://chrome.google.com/webstore/detail/tumblrskipper/cofjhhfhgfpdglobncjkfdmmpdkmfgdc |
Mô tả | Skips the sidebar for you when you click a Tumblelog on your Dashboard |
Kích Thước Tệp | 40.95 KB |
Số Lần Cài Đặt | 186 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2016-01-12 |
Ngày Phát Hành | 2016-01-12 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | jessica.summer.smith |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TumblrSkipper", "version": "0.2", "description": "Skips the sidebar for you when you click a Tumblelog on your Dashboard", "browser_action": { "default_icon": "TS.png", "default_title": "TumblrSkipper" }, "content_scripts": [ { "matches": [ "https:\/\/www.tumblr.com\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "permissions": [ "tabs", "webNavigation", "https:\/\/www.tumblr.com\/*" ] } |