Smart Text Expander

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

Cos'è Smart Text Expander?

Smart Text Expander è un'estensione di Chrome sviluppata da https://softpulseinfotech.com, e la sua funzione principale è "Expand your short text with long descriptive text quickly with help of this Smart Text Expander extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Smart Text Expander

Scarica i file di estensione Smart Text Expander in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Smart Text Expander Smart Text Expander
ID ablnljkgfddcblnejlnacgeamgbjfkko
URL Ufficiale https://chromewebstore.google.com/detail/smart-text-expander/ablnljkgfddcblnejlnacgeamgbjfkko
Descrizione Expand your short text with long descriptive text quickly with help of this Smart Text Expander extension
Dimensione del File 614 KB
Conteggio Installazioni 531
Versione Corrente 1.0.6
Ultimo Aggiornamento 2024-02-05
Data di Pubblicazione 2021-06-13
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore https://softpulseinfotech.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}