Copy Fields
Copy and paste form fields to another page
ما هو Copy Fields؟
Copy Fields هو إضافة Chrome تم تطويرها بواسطة Masudur Rahman، والميزة الرئيسية لها هي "Copy and paste form fields to another page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Copy Fields
قم بتنزيل ملفات الامتداد Copy Fields بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | |
ID | moondabdgifkjaegjhpnpapcmhhbnemj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/copy-fields/moondabdgifkjaegjhpnpapcmhhbnemj |
الوصف | Copy and paste form fields to another page |
حجم الملف | 24.53 KB |
عدد التثبيتات | 320 |
النسخة الحالية | 0.0.0.1 |
آخر تحديث | 2019-06-11 |
تاريخ النشر | 2019-06-11 |
تقييم | 1.83/5 مجموع تقييمات 6 |
المطور | Masudur Rahman |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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:\/\/*\/*", " |