Slashy
Slashy helps you type repetitive things faster using templates.
Was ist Slashy?
Slashy ist eine Chrome-Erweiterung, die von https://slashy.app entwickelt wurde, und ihr Hauptmerkmal ist "Slashy helps you type repetitive things faster using templates.".
Erweiterungsscreenshots
Slashy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Slashy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Slashy |
ID | ldgdgachjnhcfdpnjmhdaoopoghnojgf |
Offizielle URL | https://chromewebstore.google.com/detail/slashy/ldgdgachjnhcfdpnjmhdaoopoghnojgf |
Beschreibung | Slashy helps you type repetitive things faster using templates. |
Dateigröße | 801 KB |
Installationsanzahl | 25 |
Aktuelle Version | 0.2.2 |
Letztes Update | 2019-05-04 |
Veröffentlichungsdatum | 2019-04-29 |
Entwickler | https://slashy.app |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://slashy.app |
Hilfeseite URL | https://slashy.app |
Unterstützte Sprachen | 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": [ " |