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.".
Снимки экрана расширения
Скачать файл 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 |
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" ] } } |