rslash
Seamlessly integrating Reddit straight into the URL bar
ما هو rslash؟
rslash هو إضافة Chrome تم تطويرها بواسطة https://avigloz.net، والميزة الرئيسية لها هي "Seamlessly integrating Reddit straight into the URL bar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة rslash
قم بتنزيل ملفات الامتداد rslash بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension made to make the process of navigating to subreddits in the URL bar more efficient. Easy to use, as follows: 1. Make sure your URL bar is empty (contains no text or URL) 2. Type 'r\' and hit space. 3. The extension should activate, and you should see a visible change in the URL bar. 4. Enter your favorite subreddit and GO! Current version: 2020.12.23.1 Current features: - Original (2016) rslash features! - Shows suggestions for reddit's own subreddits Changelog from 2016 version: - Updated popup.html content - Fixed minor bugs - Enabled portability to Firefox. Please note that rslash, its logo and content are not affiliated with reddit Inc.
معلومات أساسية عن التمديد
الاسم | rslash |
ID | likdmjclapoepifihppnkebnahfdikin |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rslash/likdmjclapoepifihppnkebnahfdikin |
الوصف | Seamlessly integrating Reddit straight into the URL bar |
حجم الملف | 20.54 KB |
عدد التثبيتات | 14 |
النسخة الحالية | 2020.12.23.1 |
آخر تحديث | 2020-12-24 |
تاريخ النشر | 2016-05-28 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | https://avigloz.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "rslash", "description": "Seamlessly integrating Reddit straight into the URL bar", "version": "2020.12.23.1", "omnibox": { "keyword": "r\\" }, "icons": { "16": "icon16.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [] } |