Reddit Nav
Effortlessly scroll through comment threads on Reddit.
Reddit Nav là gì?
Reddit Nav là một tiện ích mở rộng Chrome được phát triển bởi reddit-nav-developers, và tính năng chính của nó là "Effortlessly scroll through comment threads on Reddit.".
Ả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 Nav
Tải xuống các tệp mở rộng Reddit Nav 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
RedditNav is a beautiful way to move between threads, accelerating the way you browse reddit comments. Features: - Navigate between root threads using the intuitive floating navigation button. - Alternatively use the `W` and `Q` keyboard shortcuts. - Customize the color and placement of the floating action button. - Choose from a variety of different scroll speeds. - Material Design. Changelog: https://github.com/justinthec/redditnav/releases RedditNav is an open source project. Contribute at http://github.com/justinthec/redditnav Created by Justin Chan and Srdjan Mitrovic
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reddit Nav |
ID | dpkijnoebmekoiafbkledpjhkpgllkfe |
URL Chính Thức | https://chromewebstore.google.com/detail/reddit-nav/dpkijnoebmekoiafbkledpjhkpgllkfe |
Mô tả | Effortlessly scroll through comment threads on Reddit. |
Kích Thước Tệp | 81.92 KB |
Số Lần Cài Đặt | 199 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2017-09-19 |
Ngày Phát Hành | 2017-09-19 |
Đánh Giá | 4.13/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | reddit-nav-developers |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://github.com/justinthec/redditnav |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Nav", "description": "Effortlessly scroll through comment threads on Reddit.", "version": "1.1.2", "browser_action": { "default_icon": "popup\/icon128.png", "default_popup": "popup\/popup.html", "default_title": "RedditNav" }, "icons": { "48": "popup\/icon48.png", "128": "popup\/icon128.png" }, "permissions": [ "storage" ], "web_accessible_resources": [ "redditnav.html" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/r\/*\/comments\/*" ], "css": [ "redditnav.css" ], "js": [ "redditnav.js" ] } ] } |