Input Templates for Chrome
This extension allows the user to save certain snippts to paste in the browser.
Co je Input Templates for Chrome?
Input Templates for Chrome je rozšíření Chrome vyvinuté kentobi, a jeho hlavní funkcí je „This extension allows the user to save certain snippts to paste in the browser.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Input Templates for Chrome
Stáhněte si soubory rozšíření Input Templates for Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Input Templates for Chrome |
ID | pdmobinifokmadodnolflhbiafeocmjf |
Oficiální URL | https://chromewebstore.google.com/detail/input-templates-for-chrom/pdmobinifokmadodnolflhbiafeocmjf |
Popis | This extension allows the user to save certain snippts to paste in the browser. |
Velikost souboru | 1.08 MB |
Počet instalací | 132 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-12-28 |
Datum Vydání | 2017-12-28 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | kentobi |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://privacypolicies.com/privacy/view/9762f51a9b39168523fd49fd44604fbd |
Podporované Jazyky | 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" ] } } |