Slashy
Slashy helps you type repetitive things faster using templates.
Hvad er Slashy?
Slashy er en Chrome-udvidelse udviklet af https://slashy.app, og dens hovedfunktion er "Slashy helps you type repetitive things faster using templates.".
Udvidelsesskærmbilleder
Download Slashy-udvidelses-CRX-fil
Download Slashy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Slashy |
ID | ldgdgachjnhcfdpnjmhdaoopoghnojgf |
Officiel URL | https://chromewebstore.google.com/detail/slashy/ldgdgachjnhcfdpnjmhdaoopoghnojgf |
Beskrivelse | Slashy helps you type repetitive things faster using templates. |
Filstørrelse | 801 KB |
Antal Installationer | 25 |
Nuværende Version | 0.2.2 |
Senest Opdateret | 2019-05-04 |
Udgivelsesdato | 2019-04-29 |
Udvikler | https://slashy.app |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://slashy.app |
Hjælpeside-URL | https://slashy.app |
Understøttede Sprog | 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": [ " |