Templates

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

Co je Templates?

Templates je rozšíření Chrome vyvinuté Lless, a jeho hlavní funkcí je „Allows to replace text shortcut with saved template by pressing tab button“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Templates

Stáhněte si soubory rozšíření Templates ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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...                    

Základní Informace o Rozšíření

Název Templates Templates
ID chflkinkknpljaccjdccnogkelagodba
Oficiální URL https://chromewebstore.google.com/detail/templates/chflkinkknpljaccjdccnogkelagodba
Popis Allows to replace text shortcut with saved template by pressing tab button
Velikost souboru 146 KB
Počet instalací 274
Aktuální Verze 0.9
Poslední Aktualizace 2021-07-10
Datum Vydání 2020-02-12
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Lless
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}