Reddit Nav
Effortlessly scroll through comment threads on Reddit.
Reddit Navคืออะไร?
Reddit Nav เป็นส่วนขยายของ Chrome ที่พัฒนาโดย reddit-nav-developers และคุณลักษณะหลักของมันคือ "Effortlessly scroll through comment threads on Reddit."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Nav
ดาวน์โหลดไฟล์ส่วนขยาย Reddit Nav ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reddit Nav |
ID | dpkijnoebmekoiafbkledpjhkpgllkfe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reddit-nav/dpkijnoebmekoiafbkledpjhkpgllkfe |
คำอธิบาย | Effortlessly scroll through comment threads on Reddit. |
ขนาดไฟล์ | 81.92 KB |
จำนวนการติดตั้ง | 199 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2017-09-19 |
วันที่เผยแพร่ | 2017-09-19 |
คะแนน | 4.13/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | reddit-nav-developers |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://github.com/justinthec/redditnav |
ภาษาที่รองรับ | 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" ] } ] } |