Slashy
Slashy helps you type repetitive things faster using templates.
O que é Slashy?
Slashy é uma extensão do Chrome desenvolvida por https://slashy.app, e sua principal característica é "Slashy helps you type repetitive things faster using templates.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Slashy
Baixe arquivos de extensão Slashy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Slashy |
ID | ldgdgachjnhcfdpnjmhdaoopoghnojgf |
URL Oficial | https://chromewebstore.google.com/detail/slashy/ldgdgachjnhcfdpnjmhdaoopoghnojgf |
Descrição | Slashy helps you type repetitive things faster using templates. |
Tamanho do Arquivo | 801 KB |
Contagem de Instalações | 25 |
Versão Atual | 0.2.2 |
Última Atualização | 2019-05-04 |
Data de Publicação | 2019-04-29 |
Desenvolvedor | https://slashy.app |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://slashy.app |
URL da Página de Ajuda | https://slashy.app |
Idiomas Suportados | 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": [ " |