Input Templates for Chrome

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

Co to jest Input Templates for Chrome?

Input Templates for Chrome to rozszerzenie Chrome opracowane przez kentobi, a jego główną funkcją jest „This extension allows the user to save certain snippts to paste in the browser.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Input Templates for Chrome

Pobierz pliki rozszerzeń Input Templates for Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Input Templates for Chrome Input Templates for Chrome
ID pdmobinifokmadodnolflhbiafeocmjf
Oficjalny URL https://chromewebstore.google.com/detail/input-templates-for-chrom/pdmobinifokmadodnolflhbiafeocmjf
Opis This extension allows the user to save certain snippts to paste in the browser.
Rozmiar pliku 1.08 MB
Liczba instalacji 132
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-12-28
Data Publikacji 2017-12-28
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper kentobi
Typ Płatności free
Adres URL Strony Polityki Prywatności https://privacypolicies.com/privacy/view/9762f51a9b39168523fd49fd44604fbd
Obsługiwane Języki 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"
        ]
    }
}