Slashy
Slashy helps you type repetitive things faster using templates.
Vad är Slashy?
Slashy är en Chrome-tillägg utvecklad av https://slashy.app, och dess huvudfunktion är "Slashy helps you type repetitive things faster using templates.".
Tilläggsskärmbilder
Ladda ner Slashy-förlängningens CRX-fil
Ladda ner Slashy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Slashy |
ID | ldgdgachjnhcfdpnjmhdaoopoghnojgf |
Officiell webbadress | https://chromewebstore.google.com/detail/slashy/ldgdgachjnhcfdpnjmhdaoopoghnojgf |
Beskrivning | Slashy helps you type repetitive things faster using templates. |
Filstorlek | 801 KB |
Antal Installationer | 25 |
Aktuell Version | 0.2.2 |
Senast Uppdaterad | 2019-05-04 |
Publiceringsdatum | 2019-04-29 |
Utvecklare | https://slashy.app |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://slashy.app |
Hjälpsida URL | https://slashy.app |
Stödda Språk | 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": [ " |