Move Reddit Buttons
Moves the share/save/hide/report buttons to the left.
Move Reddit Buttons là gì?
Move Reddit Buttons là một tiện ích mở rộng Chrome được phát triển bởi Ictinus, và tính năng chính của nó là "Moves the share/save/hide/report buttons to the left.".
Ả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 Move Reddit Buttons
Tải xuống các tệp mở rộng Move Reddit Buttons 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
Intended for Reddit, this extension moves the share/save/hide/report/comment buttons to the left of the tagline (points/age/submitter) so that the buttons do not change position horizontally from one entry to the next. Especially convenient for those who like to hide entries in rapid succession. You may also wish to check out the evolved version of this extension which is a userscript. See the support link.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Move Reddit Buttons |
ID | mbdhoojhjoeboanilfflnmffphkndicn |
URL Chính Thức | https://chromewebstore.google.com/detail/move-reddit-buttons/mbdhoojhjoeboanilfflnmffphkndicn |
Mô tả | Moves the share/save/hide/report buttons to the left. |
Kích Thước Tệp | 53.45 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.23.1 |
Cập Nhật Lần Cuối | 2014-07-26 |
Ngày Phát Hành | 2014-07-26 |
Đánh Giá | 4.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Ictinus |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://userscripts.org/scripts/show/66496 |
Ngôn Ngữ Được Hỗ Trợ | ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Move Reddit Buttons", "description": "Moves the share\/save\/hide\/report buttons to the left.", "version": "1.23.1", "background": { "scripts": [] }, "permissions": [ "http:\/\/*.reddit.com\/", "https:\/\/*.reddit.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "run_at": "document_end", "js": [ "moveRedditButtons.user.js" ] } ] } |