Templates

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

Wat is Templates?

Templates is een Chrome-extensie ontwikkeld door Lless, en de belangrijkste functie is "Allows to replace text shortcut with saved template by pressing tab button".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Templates

Download Templates-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Templates Templates
ID chflkinkknpljaccjdccnogkelagodba
Officiële URL https://chromewebstore.google.com/detail/templates/chflkinkknpljaccjdccnogkelagodba
Beschrijving Allows to replace text shortcut with saved template by pressing tab button
Bestandsgrootte 146 KB
Aantal Installaties 274
Huidige Versie 0.9
Laatst Bijgewerkt 2021-07-10
Publicatiedatum 2020-02-12
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Lless
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}