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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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": [] } |