Input Templates for Chrome

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

What is Input Templates for Chrome?

Input Templates for Chrome is a Chrome extension developed by kentobi, and its main feature is "This extension allows the user to save certain snippts to paste in the browser.".

Extension Screenshots

screenshot
screenshot

Download Input Templates for Chrome Extension CRX File

Download Input Templates for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Input Templates for Chrome Input Templates for Chrome
ID pdmobinifokmadodnolflhbiafeocmjf
Official URL https://chromewebstore.google.com/detail/input-templates-for-chrom/pdmobinifokmadodnolflhbiafeocmjf
Description This extension allows the user to save certain snippts to paste in the browser.
File Size 1.08 MB
Installation Count 132
Current Version 1.0
Last Updated 2017-12-28
Publish Date 2017-12-28
Rating 5.00/5 Total 1 Ratings
Developer kentobi
Payment Type free
Privacy Policy Page URL https://privacypolicies.com/privacy/view/9762f51a9b39168523fd49fd44604fbd
Supported Languages 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"
        ]
    }
}