Slashy
Slashy helps you type repetitive things faster using templates.
Co je Slashy?
Slashy je rozšíření Chrome vyvinuté https://slashy.app, a jeho hlavní funkcí je „Slashy helps you type repetitive things faster using templates.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Slashy
Stáhněte si soubory rozšíření Slashy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Slashy |
ID | ldgdgachjnhcfdpnjmhdaoopoghnojgf |
Oficiální URL | https://chromewebstore.google.com/detail/slashy/ldgdgachjnhcfdpnjmhdaoopoghnojgf |
Popis | Slashy helps you type repetitive things faster using templates. |
Velikost souboru | 801 KB |
Počet instalací | 25 |
Aktuální Verze | 0.2.2 |
Poslední Aktualizace | 2019-05-04 |
Datum Vydání | 2019-04-29 |
Vývojář | https://slashy.app |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://slashy.app |
URL Stránky Nápovědy | https://slashy.app |
Podporované Jazyky | 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": [ " |