Smoothie: Type Faster on Any Website

Type faster with AI sentence predictions and custom text templates

Smoothie: Type Faster on Any Websiteคืออะไร?

Smoothie: Type Faster on Any Website เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alan Lu และคุณลักษณะหลักของมันคือ "Type faster with AI sentence predictions and custom text templates"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smoothie: Type Faster on Any Website

ดาวน์โหลดไฟล์ส่วนขยาย Smoothie: Type Faster on Any Website ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Smoothie is a writing assistant that helps you type faster on any website. It's like Gmail's Smart Compose feature, but works on any website. It is super simple to use, just type as you do normally, then use the paste shortcut (command + v for Mac and control + v for Windows) to insert auto-complete suggestions.

FEATURES
- Word prediction: help you type long words faster
- Sentence prediction: predict what you are about to type, auto-complete with keyboard shortcuts
- Define repetitive pieces of text as templates, insert with keyboard shortcuts

KEYBOARD SHORTCUTS
- Insert prediction: command + v (for Mac) OR control + v (for Windows)
- Navigate across predictions: up / down OR - / +
- Select part of a prediction: left / right OR [ / ]
- Hide predictions, prevent above hotkeys: esc
- Enter text templates: double tab control key
- Turn Smoothie on/off: ctrl + space

FAQ: https://smoothie.unicornplatform.page/#faq-02-362421                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Smoothie: Type Faster on Any Website Smoothie: Type Faster on Any Website
ID ogogkhoeobejfcakanfjfompbmebedfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smoothie-type-faster-on-a/ogogkhoeobejfcakanfjfompbmebedfi
คำอธิบาย Type faster with AI sentence predictions and custom text templates
ขนาดไฟล์ 662 KB
จำนวนการติดตั้ง 516
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2021-12-06
วันที่เผยแพร่ 2020-06-19
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Alan Lu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://smoothie.unicornplatform.page/
URL หน้าช่วยเหลือ https://smoothie.unicornplatform.page/#faq-02-362421
URL หน้านโยบายความเป็นส่วนตัว https://www.gethappydog.com/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smoothie: Type Faster on Any Website",
    "description": "Type faster with AI sentence predictions and custom text templates",
    "version": "0.2.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content_scripts\/smoothie-modal.css",
                "content_scripts\/editor.css",
                "content_scripts\/tutorial.css",
                "content_scripts\/enableSmoothie.css",
                "content_scripts\/tips.css",
                "content_scripts\/onboarding.css"
            ],
            "js": [
                "content_scripts\/utils.js",
                "content_scripts\/content.js",
                "content_scripts\/editor.js",
                "content_scripts\/tutorial.js",
                "content_scripts\/enableSmoothie.js",
                "content_scripts\/tips.js",
                "content_scripts\/textarea-caret-position.js",
                "content_scripts\/onboarding.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/lib\/p5.min.js; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/round-icon-thick.png",
        "default_popup": "popup\/index.html",
        "default_title": "smoothie"
    },
    "permissions": [
        "tabs",
        "storage",
        "clipboardRead",
        "clipboardWrite"
    ],
    "icons": {
        "128": "icons\/icon.png",
        "16": "icons\/icon.png",
        "48": "icons\/icon.png"
    },
    "web_accessible_resources": [
        "Open_Sans\/*"
    ]
}