TumblrFloater
Change Tumblr's header into a fixed element!
TumblrFloater là gì?
TumblrFloater là một tiện ích mở rộng Chrome được phát triển bởi David Maciel, và tính năng chính của nó là "Change Tumblr's header into a fixed element!".
Ả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 TumblrFloater
Tải xuống các tệp mở rộng TumblrFloater 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
This extension turns Tumblr's dashboard's header into a fixed element. It will remain at the top of the page no matter how far you scroll, and you can hide it if you want. Fully compatible with X-Kit. Newer versions will have more features in them. Good news! TumblrFloater is compatible with Tumblr's latest dashboard update! Enjoy guys! V1.3: -A few visual updates -Hides header and new post immediately V1.2: -Added popup with notes about updates. -Finally made an icon. V1.1: -Added New Post fixed element + hide. Any and all feedback is welcome! I'd like to hear what you guys think! :D Also, you can follow me on Tumblr for updates on this extension. http://youresexytoanextent.tumblr.com/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TumblrFloater |
ID | cgoikfnlglbmkklihndiideghjfpalom |
URL Chính Thức | https://chromewebstore.google.com/detail/tumblrfloater/cgoikfnlglbmkklihndiideghjfpalom |
Mô tả | Change Tumblr's header into a fixed element! |
Kích Thước Tệp | 77.49 KB |
Số Lần Cài Đặt | 51 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2012-10-25 |
Ngày Phát Hành | 2012-10-25 |
Nhà Phát Triển | David Maciel |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://youresexytoanextent.tumblr.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "replacement.js" ], "matches": [ "http:\/\/www.tumblr.com\/*" ] } ], "description": "Change Tumblr's header into a fixed element!", "manifest_version": 2, "name": "TumblrFloater", "permissions": [ "http:\/\/www.tumblr.com\/" ], "version": "1.3.1" } |