rslash
Seamlessly integrating Reddit straight into the URL bar
Qu'est-ce que rslash ?
rslash est une extension Chrome développée par https://avigloz.net, et sa fonction principale est "Seamlessly integrating Reddit straight into the URL bar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension rslash
Téléchargez les fichiers d'extension rslash au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | rslash |
ID | likdmjclapoepifihppnkebnahfdikin |
URL Officiel | https://chromewebstore.google.com/detail/rslash/likdmjclapoepifihppnkebnahfdikin |
Description | Seamlessly integrating Reddit straight into the URL bar |
Taille du Fichier | 20.54 KB |
Nombre d'Installations | 14 |
Version Actuelle | 2020.12.23.1 |
Dernière Mise à Jour | 2020-12-24 |
Date de Publication | 2016-05-28 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://avigloz.net |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |