Input Templates for Chrome

This extension allows the user to save certain snippts to paste in the browser.

Cos'è Input Templates for Chrome?

Input Templates for Chrome è un'estensione di Chrome sviluppata da kentobi, e la sua funzione principale è "This extension allows the user to save certain snippts to paste in the browser.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Input Templates for Chrome

Scarica i file di estensione Input Templates for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        With this extension, you can save small text portions, for example your email address or you street name.

Then you can right click on any input field on any webpage and select the saved text to make the input automatically!

It's the first version -> many improvements to come!                    

Informazioni di Base sull'Estensione

Nome Input Templates for Chrome Input Templates for Chrome
ID pdmobinifokmadodnolflhbiafeocmjf
URL Ufficiale https://chromewebstore.google.com/detail/input-templates-for-chrom/pdmobinifokmadodnolflhbiafeocmjf
Descrizione This extension allows the user to save certain snippts to paste in the browser.
Dimensione del File 1.08 MB
Conteggio Installazioni 132
Versione Corrente 1.0
Ultimo Aggiornamento 2017-12-28
Data di Pubblicazione 2017-12-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore kentobi
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://privacypolicies.com/privacy/view/9762f51a9b39168523fd49fd44604fbd
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Input Templates for Chrome",
    "description": "This extension allows the user to save certain snippts to paste in the browser.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "\/js\/jquery-3.2.1.min.js",
            "\/js\/background.js"
        ]
    }
}