Slashy
Slashy helps you type repetitive things faster using templates.
¿Qué es Slashy?
Slashy es una extensión de Chrome desarrollada por https://slashy.app, y su función principal es "Slashy helps you type repetitive things faster using templates.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Slashy
Descarga archivos de extensión Slashy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Slashy |
ID | ldgdgachjnhcfdpnjmhdaoopoghnojgf |
URL Oficial | https://chromewebstore.google.com/detail/slashy/ldgdgachjnhcfdpnjmhdaoopoghnojgf |
Descripción | Slashy helps you type repetitive things faster using templates. |
Tamaño del Archivo | 801 KB |
Cantidad de Instalaciones | 25 |
Versión Actual | 0.2.2 |
Última Actualización | 2019-05-04 |
Fecha de Publicación | 2019-04-29 |
Desarrollador | https://slashy.app |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://slashy.app |
URL de la Página de Ayuda | https://slashy.app |
Idiomas Soportados | 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": [ " |