EqualFill: Free Text Expander

An elegant text expander with autofill. Just press "==".

EqualFill: Free Text Expanderคืออะไร?

EqualFill: Free Text Expander เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WangDingTai และคุณลักษณะหลักของมันคือ "An elegant text expander with autofill. Just press "=="."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EqualFill: Free Text Expander

ดาวน์โหลดไฟล์ส่วนขยาย EqualFill: Free Text Expander ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        EQUALFILL
      The purpose of EqualFill is to eliminate repetitive typing or copy-paste.
      Keep your most-used emails, messages, and even snippets of open web pages within EqualFill. 
      Your snippet can be expanded anywhere in your chrome.
    
FEATURES
      * It's free. No credit card required. No login account required.
      * Intelligently retrieves snippets through a friendly user interface, whether you enter full name or abbreviation.
      * Supports autofill.
      * Runs offline.
    
USAGE
      Press the "==" keys to start entering the snippet name.
      Press the "↑↓" arrow keys to select a snippet.
      Press the "凵" space key or the "↲" enter key to expand the snippet.
      Use the dashboard to add a custom snippet or a web snippet.
    
PRIVACY
      EqualFill keeps your data safe.
      It does not collect or store your keystrokes.
      It does not store your snippet data on our server.
      It does not communicate with our server when the expansion and autofill of snippet occurs locally on your computer.
      Snippets are stored locally on your computer. When EqualFill is uninstalled, they are erased from your local storage.
      You can export snippets to a high-strength encrypted file for backup.
      The encrypted file can be imported to your another computer with the correct password.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EqualFill: Free Text Expander EqualFill: Free Text Expander
ID lpeapnpcmiabnlfbclinjkejebpgfnei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/equalfill-free-text-expan/lpeapnpcmiabnlfbclinjkejebpgfnei
คำอธิบาย An elegant text expander with autofill. Just press "==".
ขนาดไฟล์ 1.25 MB
จำนวนการติดตั้ง 245
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2023-08-23
วันที่เผยแพร่ 2022-11-25
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา WangDingTai
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_SHORT_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "default_locale": "en",
    "version": "1.2.0",
    "manifest_version": 3,
    "action": [],
    "background": {
        "service_worker": "equalfill.js"
    },
    "content_scripts": [
        {
            "js": [
                "equalfill.js"
            ],
            "css": [],
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                ""
            ],
            "exclude_matches": []
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "favicon",
        "webNavigation",
        "contextMenus"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*",
                "\/css\/*",
                "\/assets\/*",
                "\/_favicon\/*",
                "\/tinymce\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icon-16.png",
        "32": "\/assets\/icon-32.png",
        "48": "\/assets\/icon-48.png",
        "128": "\/assets\/icon-128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}