Autotype - Free Text Expander

Eliminate repetitive typing with shortcuts and boost your productivity.

O que é Autotype - Free Text Expander?

Autotype - Free Text Expander é uma extensão do Chrome desenvolvida por https://autotype.ai, e sua principal característica é "Eliminate repetitive typing with shortcuts and boost your productivity.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Autotype - Free Text Expander

Baixe arquivos de extensão Autotype - Free Text Expander no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Autotype - Free Text Expander Autotype - Free Text Expander
ID mgcgenippnenmppgfkbhcenpamhbbcna
URL Oficial https://chromewebstore.google.com/detail/autotype-free-text-expand/mgcgenippnenmppgfkbhcenpamhbbcna
Descrição Eliminate repetitive typing with shortcuts and boost your productivity.
Tamanho do Arquivo 20.85 KB
Contagem de Instalações 1,043
Versão Atual 1.0.7
Última Atualização 2023-03-04
Data de Publicação 2023-01-01
Classificação 3.50/5 Total de 8 Avaliações
Desenvolvedor https://autotype.ai
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
        ]
    }
}