Input Recorder
Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future.
O que é Input Recorder?
Input Recorder é uma extensão do Chrome desenvolvida por https://manxisuo.tk, e sua principal característica é "Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Input Recorder
Baixe arquivos de extensão Input Recorder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
1. 记录网站的用户名和密码,下次登录时不用再重新输入。 2. 记录表单中的数据,以后可以瞬间充填。 对web开发、测试人员更加有用。
Informações Básicas da Extensão
Nome | Input Recorder |
ID | endkfhomobijnknngmdfcooaafdmfbfj |
URL Oficial | https://chromewebstore.google.com/detail/input-recorder/endkfhomobijnknngmdfcooaafdmfbfj |
Descrição | Record the values of the input elements(text boxes, drop-down boxes, check boxes etc) , so you can restored them in future. |
Tamanho do Arquivo | 116 KB |
Contagem de Instalações | 29 |
Versão Atual | 1.0.6 |
Última Atualização | 2013-11-18 |
Data de Publicação | 2013-11-18 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | https://manxisuo.tk |
Tipo de Pagamento | free |
Site da Extensão | http://manxisuo.tk/2013/11/10/input-recorder/ |
Idiomas Suportados | 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" } |