Copy Fields
Copy and paste form fields to another page
Apa itu Copy Fields?
Copy Fields adalah ekstensi Chrome yang dikembangkan oleh Masudur Rahman, dan fitur utamanya adalah "Copy and paste form fields to another page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Copy Fields
Unduh file ekstensi Copy Fields dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | moondabdgifkjaegjhpnpapcmhhbnemj |
URL Resmi | https://chrome.google.com/webstore/detail/copy-fields/moondabdgifkjaegjhpnpapcmhhbnemj |
Deskripsi | Copy and paste form fields to another page |
Ukuran File | 24.53 KB |
Jumlah Instalasi | 320 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2019-06-11 |
Tanggal Publikasi | 2019-06-11 |
Penilaian | 1.83/5 Total 6 Penilaian |
Pengembang | Masudur Rahman |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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:\/\/*\/*", " |