Slashy
Slashy helps you type repetitive things faster using templates.
Τι είναι το Slashy;
Το Slashy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://slashy.app, και η κύρια λειτουργία του είναι "Slashy helps you type repetitive things faster using templates.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Slashy
Λήψη αρχείων επέκτασης Slashy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Use Slashy to type faster online with templates. How it works: 1. Install Slashy - click "Add to Chrome" 2. Use the Slashy dashboard at manage.slashy.app to add your templates 3. When you are typing and want to use a template, simply press slash "/" on your keyboard 4. Select the template you have in mind and never look back!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Slashy |
ID | ldgdgachjnhcfdpnjmhdaoopoghnojgf |
Επίσημο URL | https://chromewebstore.google.com/detail/slashy/ldgdgachjnhcfdpnjmhdaoopoghnojgf |
Περιγραφή | Slashy helps you type repetitive things faster using templates. |
Μέγεθος Αρχείου | 801 KB |
Αριθμός Εγκαταστάσεων | 25 |
Τρέχουσα Έκδοση | 0.2.2 |
Τελευταία Ενημέρωση | 2019-05-04 |
Ημερομηνία Δημοσίευσης | 2019-04-29 |
Προγραμματιστής | https://slashy.app |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://slashy.app |
Διεύθυνση URL της Σελίδας Βοήθειας | https://slashy.app |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slashy", "short_name": "Slashy", "description": "Slashy helps you type repetitive things faster using templates.", "version": "0.2.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png", "600": "icon.png" }, "default_title": "Slashy" }, "permissions": [ "activeTab", "storage" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |