Slashy
Slashy helps you type repetitive things faster using templates.
What is Slashy?
Slashy is a Chrome extension developed by https://slashy.app, and its main feature is "Slashy helps you type repetitive things faster using templates.".
Extension Screenshots
Download Slashy Extension CRX File
Download Slashy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Slashy |
ID | ldgdgachjnhcfdpnjmhdaoopoghnojgf |
Official URL | https://chromewebstore.google.com/detail/slashy/ldgdgachjnhcfdpnjmhdaoopoghnojgf |
Description | Slashy helps you type repetitive things faster using templates. |
File Size | 801 KB |
Installation Count | 25 |
Current Version | 0.2.2 |
Last Updated | 2019-05-04 |
Publish Date | 2019-04-29 |
Developer | https://slashy.app |
[email protected] | |
Payment Type | free |
Extension Website | https://slashy.app |
Help Page URL | https://slashy.app |
Supported Languages | 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": [ " |