Autotype - Free Text Expander

Eliminate repetitive typing with shortcuts and boost your productivity.

Autotype - Free Text Expander란 무엇입니까?

Autotype - Free Text Expander은(는) https://autotype.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Eliminate repetitive typing with shortcuts and boost your productivity."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Autotype - Free Text Expander 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Autotype is a text expansion tool that helps you save time and effort by automating your typing.

How to use:
- Click on the extension icon or the "Open Dashboard" menu item to add/remove shortcuts.
- Set your cursor in any text input field.
- Press "Ctrl+Space" to open shortcut search.
- Select any shortcut to insert its content into the text input field.                    

확장 프로그램 기본 정보

이름 Autotype - Free Text Expander Autotype - Free Text Expander
ID mgcgenippnenmppgfkbhcenpamhbbcna
공식 URL https://chromewebstore.google.com/detail/autotype-free-text-expand/mgcgenippnenmppgfkbhcenpamhbbcna
설명 Eliminate repetitive typing with shortcuts and boost your productivity.
파일 크기 20.85 KB
설치 횟수 1,043
현재 버전 1.0.7
최근 업데이트 2023-03-04
출시 날짜 2023-01-01
평점 3.50/5 총 8 개의 평점
개발자 https://autotype.ai
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Autotype - Free Text Expander",
    "short_name": "Autotype",
    "version": "1.0.7",
    "description": "Eliminate repetitive typing with shortcuts and boost your productivity.",
    "icons": {
        "16": "images\/logo-16x16.png",
        "32": "images\/logo-32x32.png",
        "48": "images\/logo-48x48.png",
        "128": "images\/logo-128x128.png"
    },
    "permissions": [
        "clipboardRead",
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_title": "Click to open dashboard"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/main.css"
            ]
        },
        {
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "search\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.autotype.ai\/*"
        ]
    }
}