Copy Fields
Copy and paste form fields to another page
Hvad er Copy Fields?
Copy Fields er en Chrome-udvidelse udviklet af Masudur Rahman, og dens hovedfunktion er "Copy and paste form fields to another page".
Udvidelsesskærmbilleder
Download Copy Fields-udvidelses-CRX-fil
Download Copy Fields-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | moondabdgifkjaegjhpnpapcmhhbnemj |
Officiel URL | https://chrome.google.com/webstore/detail/copy-fields/moondabdgifkjaegjhpnpapcmhhbnemj |
Beskrivelse | Copy and paste form fields to another page |
Filstørrelse | 24.53 KB |
Antal Installationer | 320 |
Nuværende Version | 0.0.0.1 |
Senest Opdateret | 2019-06-11 |
Udgivelsesdato | 2019-06-11 |
Bedømmelse | 1.83/5 Samlet 6 Bedømmelser |
Udvikler | Masudur Rahman |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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:\/\/*\/*", " |