Copy Fields
Copy and paste form fields to another page
What is Copy Fields?
Copy Fields is a Chrome extension developed by Masudur Rahman, and its main feature is "Copy and paste form fields to another page".
Extension Screenshots
Download Copy Fields Extension CRX File
Download Copy Fields extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | moondabdgifkjaegjhpnpapcmhhbnemj |
Official URL | https://chrome.google.com/webstore/detail/copy-fields/moondabdgifkjaegjhpnpapcmhhbnemj |
Description | Copy and paste form fields to another page |
File Size | 24.53 KB |
Installation Count | 320 |
Current Version | 0.0.0.1 |
Last Updated | 2019-06-11 |
Publish Date | 2019-06-11 |
Rating | 1.83/5 Total 6 Ratings |
Developer | Masudur Rahman |
[email protected] | |
Payment Type | free |
Supported Languages | 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:\/\/*\/*", " |