Remember Form Inputs
Remeber from input values.
Что такое Remember Form Inputs?
Remember Form Inputs - это расширение Chrome, разработанное https://www.crossl.net, и его основная функция - "Remeber from input values.".
Снимки экрана расширения
Скачать файл CRX расширения Remember Form Inputs
Скачайте файлы расширений Remember Form Inputs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This program is a Chrome extension that allows you to remember the contents of the form input and restore it at any time. It is convenient to save time and effort to enter the same content in the test.
Основная информация о расширении
Название | Remember Form Inputs |
ID | fcolhfpojmepceidnkkannbfpegihmhl |
Официальный URL | https://chromewebstore.google.com/detail/remember-form-inputs/fcolhfpojmepceidnkkannbfpegihmhl |
Описание | Remeber from input values. |
Размер файла | 38.08 KB |
Количество установок | 1,479 |
Текущая Версия | 0.1.1 |
Последнее Обновление | 2017-03-10 |
Дата публикации | 2017-03-09 |
Рейтинг | 3.20/5 Всего 5 оценок |
Разработчик | https://www.crossl.net |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/konkon1234/remember-form-inputs |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remember Form Inputs", "version": "0.1.1", "manifest_version": 2, "description": "Remeber from input values.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "html\/popup.html" }, "web_accessible_resources": [ "jquery-3.1.1.slim.min.js", "remember-inputs.js" ], "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ " |