Smart Text Expander

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

Hvad er Smart Text Expander?

Smart Text Expander er en Chrome-udvidelse udviklet af https://softpulseinfotech.com, og dens hovedfunktion er "Expand your short text with long descriptive text quickly with help of this Smart Text Expander extension".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Smart Text Expander-udvidelses-CRX-fil

Download Smart Text Expander-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Smart Text Expander Smart Text Expander
ID ablnljkgfddcblnejlnacgeamgbjfkko
Officiel URL https://chromewebstore.google.com/detail/smart-text-expander/ablnljkgfddcblnejlnacgeamgbjfkko
Beskrivelse Expand your short text with long descriptive text quickly with help of this Smart Text Expander extension
Filstørrelse 614 KB
Antal Installationer 531
Nuværende Version 1.0.6
Senest Opdateret 2024-02-05
Udgivelsesdato 2021-06-13
Bedømmelse 2.00/5 Samlet 1 Bedømmelser
Udvikler https://softpulseinfotech.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}