Smart Text Expander

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

ما هو Smart Text Expander؟

Smart Text Expander هو إضافة Chrome تم تطويرها بواسطة https://softpulseinfotech.com، والميزة الرئيسية لها هي "Expand your short text with long descriptive text quickly with help of this Smart Text Expander extension".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Smart Text Expander

قم بتنزيل ملفات الامتداد Smart Text Expander بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Smart Text Expander Smart Text Expander
ID ablnljkgfddcblnejlnacgeamgbjfkko
عنوان URL الرسمي https://chromewebstore.google.com/detail/smart-text-expander/ablnljkgfddcblnejlnacgeamgbjfkko
الوصف Expand your short text with long descriptive text quickly with help of this Smart Text Expander extension
حجم الملف 614 KB
عدد التثبيتات 531
النسخة الحالية 1.0.6
آخر تحديث 2024-02-05
تاريخ النشر 2021-06-13
تقييم 2.00/5 مجموع تقييمات 1
المطور https://softpulseinfotech.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
}