Smart Text Expander

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

Co je Smart Text Expander?

Smart Text Expander je rozšíření Chrome vyvinuté https://softpulseinfotech.com, a jeho hlavní funkcí je „Expand your short text with long descriptive text quickly with help of this Smart Text Expander extension“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Smart Text Expander

Stáhněte si soubory rozšíření Smart Text Expander ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Smart Text Expander Smart Text Expander
ID ablnljkgfddcblnejlnacgeamgbjfkko
Oficiální URL https://chromewebstore.google.com/detail/smart-text-expander/ablnljkgfddcblnejlnacgeamgbjfkko
Popis Expand your short text with long descriptive text quickly with help of this Smart Text Expander extension
Velikost souboru 614 KB
Počet instalací 531
Aktuální Verze 1.0.6
Poslední Aktualizace 2024-02-05
Datum Vydání 2021-06-13
Hodnocení 2.00/5 Celkem 1 Hodnocení
Vývojář https://softpulseinfotech.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}