Slashy
Slashy helps you type repetitive things faster using templates.
Slashy là gì?
Slashy là một tiện ích mở rộng Chrome được phát triển bởi https://slashy.app, và tính năng chính của nó là "Slashy helps you type repetitive things faster using templates.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Slashy
Tải xuống các tệp mở rộng Slashy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Slashy |
ID | ldgdgachjnhcfdpnjmhdaoopoghnojgf |
URL Chính Thức | https://chromewebstore.google.com/detail/slashy/ldgdgachjnhcfdpnjmhdaoopoghnojgf |
Mô tả | Slashy helps you type repetitive things faster using templates. |
Kích Thước Tệp | 801 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 0.2.2 |
Cập Nhật Lần Cuối | 2019-05-04 |
Ngày Phát Hành | 2019-04-29 |
Nhà Phát Triển | https://slashy.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://slashy.app |
URL Trang Trợ Giúp | https://slashy.app |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |