Reddit visible arrows
Show reddit arrows regardless of subreddit style
Reddit visible arrows là gì?
Reddit visible arrows là một tiện ích mở rộng Chrome được phát triển bởi CarlosCheddar, và tính năng chính của nó là "Show reddit arrows regardless of subreddit style".
Ả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 Reddit visible arrows
Tải xuống các tệp mở rộng Reddit visible arrows 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 enables voting arrows regardless of the CSS that the subreddit uses. This also works for subreddits that require subscriptions to enable voting. Disclaimer: This extension resets the arrow positioning making subs like /r/ShitRedditSays seem like the arrows are inverted. This happens because some subs modify the sprites of the arrows making upvotes look like downvotes and viceversa.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ehakajcimcpgbaebammmaaacfmnmefjd |
URL Chính Thức | https://chrome.google.com/webstore/detail/reddit-visible-arrows/ehakajcimcpgbaebammmaaacfmnmefjd |
Mô tả | Show reddit arrows regardless of subreddit style |
Kích Thước Tệp | 9.7 KB |
Số Lần Cài Đặt | 223 |
Phiên Bản Hiện Tại | 0.3.0 |
Cập Nhật Lần Cuối | 2017-11-26 |
Ngày Phát Hành | 2017-11-26 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | CarlosCheddar |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/carloscheddar/reddit_visible_arrows |
URL Trang Trợ Giúp | https://github.com/carloscheddar/reddit_visible_arrows |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit visible arrows", "description": "Show reddit arrows regardless of subreddit style", "version": "0.3.0", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "*:\/\/*.reddit.com\/*" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon.png", "128": "icon128.png" } } |