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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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"
]
}
]
} | |