Smart Text Expander

Expand your short text with long descriptive text quickly with help of this Smart Text Expander extension

What is Smart Text Expander?

Smart Text Expander is a Chrome extension developed by https://softpulseinfotech.com, and its main feature is "Expand your short text with long descriptive text quickly with help of this Smart Text Expander extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Smart Text Expander Extension CRX File

Download Smart Text Expander extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Easily insert long text by typing a predefined abbreviation. Use this Smart Text Expander extension to quickly expand short abbreviations into longer, descriptive text.

Smart text expander is a tool that allows users to quickly insert long blocks of text by typing abbreviated versions of the text.

By using a text expander, users can save time and effort by avoiding the need to type out the same phrases or blocks of text repeatedly.

After entering sort text Press Hot key and it will be converted to large description which you set for that sort text. 

Text expander can be customized to include the user's own predefined texts and settings.

Text expander are useful for a variety of purposes, such as generating filler text for documents or creating content for social media posts.

★★★  Ctrl + Space-bar  ★★★  is default hot key.  to trigger the expansion of abbreviated text into the full version.

Save your time to type large description by pressing hot key after inserting relative sort-text.

Example
brb => Be right back.
signature => John Smith, Co-Founder at Development 
busy => Currently busy with few meetings, will back to you soon.


FEATURES
- Create multiple snippets
- Create multiple descriptive text to single sort-text
- Works in most of all type of text box including iframe
- Import/Export your saved settings.


Now, with just a simple keypress or while typing, you'll experience suggestion integration. When you select "on key press," a quick Ctrl+Spacebar keystroke at the top will effortlessly trigger suggestions. And if you prefer the "on typing" mode, suggestions will elegantly appear as you type.

The auto-insert key pair feature is as simple as typing a character in the first field, and just like magic, the corresponding complementary character will automatically appear in the second field. Say goodbye to manual input and hello to effortless efficiency.

Creating folders and files is now easier. You can duplicate both folders and files with just one click and sorting options according to folder name, file name, and date. Also, you can delete multiple selected folders and text entries in one go.                    

Extension Basic Information

Name Smart Text Expander Smart Text Expander
ID ablnljkgfddcblnejlnacgeamgbjfkko
Official URL https://chromewebstore.google.com/detail/smart-text-expander/ablnljkgfddcblnejlnacgeamgbjfkko
Description Expand your short text with long descriptive text quickly with help of this Smart Text Expander extension
File Size 614 KB
Installation Count 531
Current Version 1.0.6
Last Updated 2024-02-05
Publish Date 2021-06-13
Rating 2.00/5 Total 1 Ratings
Developer https://softpulseinfotech.com
Email [email protected]
Payment Type free
Supported Languages id,de,en,fr,nl,no,vi,tr,da,es,hr,it,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icon\/icon32.png",
        "default_title": "__MSG_appName__"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/jquery-ui.min.js",
                "js\/content_script.js",
                "js\/position-calculator.min.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon\/icon128.png",
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.6"
}