Input Templates for Chrome

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

Τι είναι το Input Templates for Chrome;

Το Input Templates for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kentobi, και η κύρια λειτουργία του είναι "This extension allows the user to save certain snippts to paste in the browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Input Templates for Chrome

Λήψη αρχείων επέκτασης Input Templates for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Input Templates for Chrome Input Templates for Chrome
ID pdmobinifokmadodnolflhbiafeocmjf
Επίσημο URL https://chromewebstore.google.com/detail/input-templates-for-chrom/pdmobinifokmadodnolflhbiafeocmjf
Περιγραφή This extension allows the user to save certain snippts to paste in the browser.
Μέγεθος Αρχείου 1.08 MB
Αριθμός Εγκαταστάσεων 132
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-12-28
Ημερομηνία Δημοσίευσης 2017-12-28
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής kentobi
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://privacypolicies.com/privacy/view/9762f51a9b39168523fd49fd44604fbd
Υποστηριζόμενες Γλώσσες 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"
        ]
    }
}