Input Templates for Chrome
This extension allows the user to save certain snippts to paste in the browser.
Vad är Input Templates for Chrome?
Input Templates for Chrome är en Chrome-tillägg utvecklad av kentobi, och dess huvudfunktion är "This extension allows the user to save certain snippts to paste in the browser.".
Tilläggsskärmbilder
Ladda ner Input Templates for Chrome-förlängningens CRX-fil
Ladda ner Input Templates for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Input Templates for Chrome |
ID | pdmobinifokmadodnolflhbiafeocmjf |
Officiell webbadress | https://chromewebstore.google.com/detail/input-templates-for-chrom/pdmobinifokmadodnolflhbiafeocmjf |
Beskrivning | This extension allows the user to save certain snippts to paste in the browser. |
Filstorlek | 1.08 MB |
Antal Installationer | 132 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-12-28 |
Publiceringsdatum | 2017-12-28 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | kentobi |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://privacypolicies.com/privacy/view/9762f51a9b39168523fd49fd44604fbd |
Stödda Språk | 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" ] } } |