Input Recorder
Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future.
Что такое Input Recorder?
Input Recorder - это расширение Chrome, разработанное https://manxisuo.tk, и его основная функция - "Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future.".
Снимки экрана расширения
Скачать файл CRX расширения Input Recorder
Скачайте файлы расширений Input Recorder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
1. 记录网站的用户名和密码,下次登录时不用再重新输入。 2. 记录表单中的数据,以后可以瞬间充填。 对web开发、测试人员更加有用。
Основная информация о расширении
Название | Input Recorder |
ID | endkfhomobijnknngmdfcooaafdmfbfj |
Официальный URL | https://chromewebstore.google.com/detail/input-recorder/endkfhomobijnknngmdfcooaafdmfbfj |
Описание | Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future. |
Размер файла | 116 KB |
Количество установок | 29 |
Текущая Версия | 1.0.6 |
Последнее Обновление | 2013-11-18 |
Дата публикации | 2013-11-18 |
Рейтинг | 4.00/5 Всего 1 оценок |
Разработчик | https://manxisuo.tk |
Тип оплаты | free |
Официальный сайт расширения | http://manxisuo.tk/2013/11/10/input-recorder/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.6", "default_locale": "en", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "browser_action": { "default_icon": "img\/48.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style\/injected.css" ], "js": [ "script\/jquery-1.9.1.min.js", "script\/injected.js" ] } ], "permissions": [ "tabs" ], "web_accessible_resources": [ "script\/jquery.min.map" ], "options_page": "options.html" } |