Copy Fields
Copy and paste form fields to another page
Vad är Copy Fields?
Copy Fields är en Chrome-tillägg utvecklad av Masudur Rahman, och dess huvudfunktion är "Copy and paste form fields to another page".
Tilläggsskärmbilder
Ladda ner Copy Fields-förlängningens CRX-fil
Ladda ner Copy Fields-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | moondabdgifkjaegjhpnpapcmhhbnemj |
Officiell webbadress | https://chrome.google.com/webstore/detail/copy-fields/moondabdgifkjaegjhpnpapcmhhbnemj |
Beskrivning | Copy and paste form fields to another page |
Filstorlek | 24.53 KB |
Antal Installationer | 320 |
Aktuell Version | 0.0.0.1 |
Senast Uppdaterad | 2019-06-11 |
Publiceringsdatum | 2019-06-11 |
Betyg | 1.83/5 Totalt 6 Betyg |
Utvecklare | Masudur Rahman |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/*", " |