Input Templates for Chrome
This extension allows the user to save certain snippts to paste in the browser.
Wat is Input Templates for Chrome?
Input Templates for Chrome is een Chrome-extensie ontwikkeld door kentobi, en de belangrijkste functie is "This extension allows the user to save certain snippts to paste in the browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Input Templates for Chrome
Download Input Templates for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Input Templates for Chrome |
ID | pdmobinifokmadodnolflhbiafeocmjf |
Officiële URL | https://chromewebstore.google.com/detail/input-templates-for-chrom/pdmobinifokmadodnolflhbiafeocmjf |
Beschrijving | This extension allows the user to save certain snippts to paste in the browser. |
Bestandsgrootte | 1.08 MB |
Aantal Installaties | 132 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-12-28 |
Publicatiedatum | 2017-12-28 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | kentobi |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://privacypolicies.com/privacy/view/9762f51a9b39168523fd49fd44604fbd |
Ondersteunde Talen | 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" ] } } |