Copy Fields
Copy and paste form fields to another page
O que é Copy Fields?
Copy Fields é uma extensão do Chrome desenvolvida por Masudur Rahman, e sua principal característica é "Copy and paste form fields to another page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Copy Fields
Baixe arquivos de extensão Copy Fields 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
Copy Fields from right click menu allow you to paste the field values to another page’s form. It will match field name first, if it doesn’t find the field name matched, then will paste by ascending ordered. Right click on anywhere in the page or input field on one form and use the Copy Fields item in the menu. Having two form fields that are basically identical will let you copy and paste fields smoothly. Cheers!
Informações Básicas da Extensão
Nome | |
ID | moondabdgifkjaegjhpnpapcmhhbnemj |
URL Oficial | https://chrome.google.com/webstore/detail/copy-fields/moondabdgifkjaegjhpnpapcmhhbnemj |
Descrição | Copy and paste form fields to another page |
Tamanho do Arquivo | 24.53 KB |
Contagem de Instalações | 320 |
Versão Atual | 0.0.0.1 |
Última Atualização | 2019-06-11 |
Data de Publicação | 2019-06-11 |
Classificação | 1.83/5 Total de 6 Avaliações |
Desenvolvedor | Masudur Rahman |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Fields", "short_name": "copy fields", "version": "0.0.0.1", "description": "Copy and paste form fields to another page", "permissions": [ "clipboardRead", "clipboardWrite", "storage", "tabs", "contextMenus" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "all_frames": true, "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*", " |