Copy Fields
Copy and paste form fields to another page
Cos'è Copy Fields?
Copy Fields è un'estensione di Chrome sviluppata da Masudur Rahman, e la sua funzione principale è "Copy and paste form fields to another page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy Fields
Scarica i file di estensione Copy Fields in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | moondabdgifkjaegjhpnpapcmhhbnemj |
URL Ufficiale | https://chrome.google.com/webstore/detail/copy-fields/moondabdgifkjaegjhpnpapcmhhbnemj |
Descrizione | Copy and paste form fields to another page |
Dimensione del File | 24.53 KB |
Conteggio Installazioni | 320 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2019-06-11 |
Data di Pubblicazione | 2019-06-11 |
Valutazione | 1.83/5 Totale 6 Valutazioni |
Sviluppatore | Masudur Rahman |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*", " |