Free Auto Text Expander for Google Chrome™

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

Qu'est-ce que Free Auto Text Expander for Google Chrome™ ?

Free Auto Text Expander for Google Chrome™ est une extension Chrome développée par Free Software Utilities, et sa fonction principale est "Create custom keyboard shortcuts to expand and replace text as you type!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Free Auto Text Expander for Google Chrome™

Téléchargez les fichiers d'extension Free Auto Text Expander for Google Chrome™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Free Auto Text Expander for Google Chrome™ Free Auto Text Expander for Google Chrome™
ID dnppahfbgjfocdedfhmgclgpicenjolg
URL Officiel https://chromewebstore.google.com/detail/free-auto-text-expander-f/dnppahfbgjfocdedfhmgclgpicenjolg
Description Create custom keyboard shortcuts to expand and replace text as you type!
Taille du Fichier 287 KB
Nombre d'Installations 50,000
Version Actuelle 3.0.6
Dernière Mise à Jour 2023-11-02
Date de Publication 2020-04-02
Évaluation 3.50/5 Total 177 Évaluations
Développeur Free Software Utilities
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}