Slashy
Slashy helps you type repetitive things faster using templates.
Что такое Slashy?
Slashy - это расширение Chrome, разработанное https://slashy.app, и его основная функция - "Slashy helps you type repetitive things faster using templates.".
Снимки экрана расширения
Скачать файл CRX расширения Slashy
Скачайте файлы расширений Slashy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | Slashy |
ID | ldgdgachjnhcfdpnjmhdaoopoghnojgf |
Официальный URL | https://chromewebstore.google.com/detail/slashy/ldgdgachjnhcfdpnjmhdaoopoghnojgf |
Описание | Slashy helps you type repetitive things faster using templates. |
Размер файла | 801 KB |
Количество установок | 25 |
Текущая Версия | 0.2.2 |
Последнее Обновление | 2019-05-04 |
Дата публикации | 2019-04-29 |
Разработчик | https://slashy.app |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://slashy.app |
URL страницы помощи | https://slashy.app |
Поддерживаемые языки | 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": [ " |