Free Auto Text Expander for Google Chrome™

Create custom keyboard shortcuts to expand and replace text as you type!

Free Auto Text Expander for Google Chrome™란 무엇입니까?

Free Auto Text Expander for Google Chrome™은(는) Free Software Utilities에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create custom keyboard shortcuts to expand and replace text as you type!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Free Auto Text Expander for Google Chrome™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Want to save time daily when you are typing on the computer? Use Free Auto Text Expander for Google Chrome™ which allows you to type in letter combinations like "LOL" and have "Laugh Out Loud" show up on the computer screen instead. Think of how many sentences/phrases which you type daily over and over again. Our software extension can help save time by saving the keystrokes needed when you have to type in the same phrase over and over.

Change Log

Version 3.0.1

Please note to use this extension features, you HAVE to click on the extension icon to activate the "auto text expander" feature on the website you are on. This is to prevent our script from running automatically on all websites you visit.

This protects your privacy and ensures your browsing history/keyboard typing history etc is NOT sent to external third party websites. Other competitor text expander software scripts "run on all websites" and you have to trust them to ensure they are not sending this information back to their servers etc. For our extension, it is impossible for us to track your keystrokes because the software only works when you click on the extension icon.

Version 3.0.3 Change

Made a bug fix where a warning message showed up after we updated to manifest version 3. 

To add text expander text - please right click on the extension icon and choose options. You can add as many text shortcuts as you want inside the options page of this extension.

Version 3.0.4 Change

Due to popular demand to make this software more user friendly, we've added the permission "Works on all websites". You do NOT need to click on the extension icon for the auto text expander feature to work on every webpage you browse. Please note our software does NOT store/capture any of your website visits etc and the only reason we ask for the "runs on all websites" permissions is because we had a lot of users email us asking for a easier version where they did not have to click on the extension icon to use the auto text expansion feature.

Version 3.0.6

Fixed a bug for duplicate copying on some websites
Add export/import feature via json files for exporting/importing your own text shortcuts
Add %clip% command in auto text so that you can automatically paste text you have from the clipboard. Please note due to the new %clip% feature, our extension will require the clipboard permission. None of the text you copy & paste etc is ever sent to our servers, the data is all processed directly on your own computer when you use the %clip% feature.
Localization for options page to be multi-language

:heavy_check_mark: You can add in your own custom phrases/text you want to expand.
:heavy_check_mark: 100% Free Software
:heavy_check_mark: Simple and Easy to Use
Use an auto text expander software today!

Save time typing in your everyday tasks once you install Free Auto Text Expander for Google Chrome™.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. Free Auto Text Expander for Google Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.                    

확장 프로그램 기본 정보

이름 Free Auto Text Expander for Google Chrome™ Free Auto Text Expander for Google Chrome™
ID dnppahfbgjfocdedfhmgclgpicenjolg
공식 URL https://chromewebstore.google.com/detail/free-auto-text-expander-f/dnppahfbgjfocdedfhmgclgpicenjolg
설명 Create custom keyboard shortcuts to expand and replace text as you type!
파일 크기 287 KB
설치 횟수 50,000
현재 버전 3.0.6
최근 업데이트 2023-11-02
출시 날짜 2020-04-02
평점 3.50/5 총 177 개의 평점
개발자 Free Software Utilities
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/background-mv3.js"
    },
    "action": {
        "default_icon": {
            "128": "images\/icon-128.png",
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png"
        },
        "default_title": "__MSG_BROWSER_ACTION_TITLE__"
    },
    "default_locale": "en",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/autotext-expander.freebusinessapps.net\/",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_EXTENSION_NAME__",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "__MSG_KEYWORD_OMNIBAR_TRIGGER__"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "scripting",
        "clipboardRead"
    ],
    "short_name": "__MSG_EXTENSION_SHORTNAME__",
    "version": "3.0.6",
    "content_scripts": [
        {
            "js": [
                "\/js\/third_party\/jquery-2.1.1-simplified.min.js",
                "\/js\/third_party\/moment-with-locales.min.js",
                "\/js\/constants.js",
                "\/js\/expander.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_end"
        }
    ]
}