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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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": [ " |