Input Templates for Chrome

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

Was ist Input Templates for Chrome?

Input Templates for Chrome ist eine Chrome-Erweiterung, die von kentobi entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the user to save certain snippts to paste in the browser.".

Erweiterungsscreenshots

screenshot
screenshot

Input Templates for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie Input Templates for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Input Templates for Chrome Input Templates for Chrome
ID pdmobinifokmadodnolflhbiafeocmjf
Offizielle URL https://chromewebstore.google.com/detail/input-templates-for-chrom/pdmobinifokmadodnolflhbiafeocmjf
Beschreibung This extension allows the user to save certain snippts to paste in the browser.
Dateigröße 1.08 MB
Installationsanzahl 132
Aktuelle Version 1.0
Letztes Update 2017-12-28
Veröffentlichungsdatum 2017-12-28
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler kentobi
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://privacypolicies.com/privacy/view/9762f51a9b39168523fd49fd44604fbd
Unterstützte Sprachen 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"
        ]
    }
}