Templates

Allows to replace text shortcut with saved template by pressing tab button

Templates là gì?

Templates là một tiện ích mở rộng Chrome được phát triển bởi Lless, và tính năng chính của nó là "Allows to replace text shortcut with saved template by pressing tab button".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Templates

Tải xuống các tệp mở rộng Templates dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Write messages faster!
This extension allows you to save frequently used text as templates. Just save template in extension and assign shortcut message for it.
After that in any textfield you can write this shortcut, press tab button - and shortcut will be replaced by your template!

Pros and cons:

+ Works everywhere in browser. GMail, Facebook, WhatsApp web, Jira and other services... Extension only needs a field, where you can write something

+ Totally free and has no advertisement

+ You don't have to use a mouse to insert template - only a keyboard

+ You're the one, who will сhoose a shortcut for your templates - so shortcuts will be memorized more quickly!

+ And you can find shortcut in search field by template part, if you do forget it...

+ Templates syncronise with Google account - if you use multiple computers, template list will be same on all

+ And, of course, you can change template and / or shortcut at any moment

...

- Makes you lazy sometimes...                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Templates Templates
ID chflkinkknpljaccjdccnogkelagodba
URL Chính Thức https://chromewebstore.google.com/detail/templates/chflkinkknpljaccjdccnogkelagodba
Mô tả Allows to replace text shortcut with saved template by pressing tab button
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 274
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2021-07-10
Ngày Phát Hành 2020-02-12
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Lless
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Templates",
    "version": "0.9",
    "description": "Allows to replace text shortcut with saved template by pressing tab button",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "38": "img\/icon38.png",
        "32": "img\/icon32.png",
        "24": "img\/icon24.png",
        "19": "img\/icon19.png",
        "16": "img\/icon16.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libs\/mousetrap.changed.js",
                "js\/libs\/mousetrap-global-bind.js",
                "js\/contentScript.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "img\/icon128.png",
            "48": "img\/icon48.png",
            "38": "img\/icon38.png",
            "32": "img\/icon32.png",
            "24": "img\/icon24.png",
            "19": "img\/icon19.png",
            "16": "img\/icon16.png"
        },
        "default_popup": "popup.html"
    }
}