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": [ " |