Free Auto Text Expander for Google Chrome™

Create custom keyboard shortcuts to expand and replace text as you type!

O que é Free Auto Text Expander for Google Chrome™?

Free Auto Text Expander for Google Chrome™ é uma extensão do Chrome desenvolvida por Free Software Utilities, e sua principal característica é "Create custom keyboard shortcuts to expand and replace text as you type!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Free Auto Text Expander for Google Chrome™

Baixe arquivos de extensão Free Auto Text Expander for Google Chrome™ 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

                        Want to save time daily when you are typing on the computer? Use Free Auto Text Expander for Google Chrome™ which allows you to type in letter combinations like "LOL" and have "Laugh Out Loud" show up on the computer screen instead. Think of how many sentences/phrases which you type daily over and over again. Our software extension can help save time by saving the keystrokes needed when you have to type in the same phrase over and over.

Change Log

Version 3.0.1

Please note to use this extension features, you HAVE to click on the extension icon to activate the "auto text expander" feature on the website you are on. This is to prevent our script from running automatically on all websites you visit.

This protects your privacy and ensures your browsing history/keyboard typing history etc is NOT sent to external third party websites. Other competitor text expander software scripts "run on all websites" and you have to trust them to ensure they are not sending this information back to their servers etc. For our extension, it is impossible for us to track your keystrokes because the software only works when you click on the extension icon.

Version 3.0.3 Change

Made a bug fix where a warning message showed up after we updated to manifest version 3. 

To add text expander text - please right click on the extension icon and choose options. You can add as many text shortcuts as you want inside the options page of this extension.

Version 3.0.4 Change

Due to popular demand to make this software more user friendly, we've added the permission "Works on all websites". You do NOT need to click on the extension icon for the auto text expander feature to work on every webpage you browse. Please note our software does NOT store/capture any of your website visits etc and the only reason we ask for the "runs on all websites" permissions is because we had a lot of users email us asking for a easier version where they did not have to click on the extension icon to use the auto text expansion feature.

Version 3.0.6

Fixed a bug for duplicate copying on some websites
Add export/import feature via json files for exporting/importing your own text shortcuts
Add %clip% command in auto text so that you can automatically paste text you have from the clipboard. Please note due to the new %clip% feature, our extension will require the clipboard permission. None of the text you copy & paste etc is ever sent to our servers, the data is all processed directly on your own computer when you use the %clip% feature.
Localization for options page to be multi-language

:heavy_check_mark: You can add in your own custom phrases/text you want to expand.
:heavy_check_mark: 100% Free Software
:heavy_check_mark: Simple and Easy to Use
Use an auto text expander software today!

Save time typing in your everyday tasks once you install Free Auto Text Expander for Google Chrome™.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. Free Auto Text Expander for Google Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.                    

Informações Básicas da Extensão

Nome Free Auto Text Expander for Google Chrome™ Free Auto Text Expander for Google Chrome™
ID dnppahfbgjfocdedfhmgclgpicenjolg
URL Oficial https://chromewebstore.google.com/detail/free-auto-text-expander-f/dnppahfbgjfocdedfhmgclgpicenjolg
Descrição Create custom keyboard shortcuts to expand and replace text as you type!
Tamanho do Arquivo 287 KB
Contagem de Instalações 50,000
Versão Atual 3.0.6
Última Atualização 2023-11-02
Data de Publicação 2020-04-02
Classificação 3.50/5 Total de 177 Avaliações
Desenvolvedor Free Software Utilities
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/background-mv3.js"
    },
    "action": {
        "default_icon": {
            "128": "images\/icon-128.png",
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png"
        },
        "default_title": "__MSG_BROWSER_ACTION_TITLE__"
    },
    "default_locale": "en",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/autotext-expander.freebusinessapps.net\/",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_EXTENSION_NAME__",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "__MSG_KEYWORD_OMNIBAR_TRIGGER__"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "scripting",
        "clipboardRead"
    ],
    "short_name": "__MSG_EXTENSION_SHORTNAME__",
    "version": "3.0.6",
    "content_scripts": [
        {
            "js": [
                "\/js\/third_party\/jquery-2.1.1-simplified.min.js",
                "\/js\/third_party\/moment-with-locales.min.js",
                "\/js\/constants.js",
                "\/js\/expander.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_end"
        }
    ]
}