Copy Paste Input Fields
This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.
Copy Paste Input Fieldsคืออะไร?
Copy Paste Input Fields เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Muhammad Usman Abbasi และคุณลักษณะหลักของมันคือ "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy Paste Input Fields
ดาวน์โหลดไฟล์ส่วนขยาย Copy Paste Input Fields ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome extension allows you to copy values of all input fields from one page and paste them to another page. This can be useful when copy pasting a lot of fields from staging to production or during QA. NOTE: Currently, the extension only supports copy/pasting of Input fields.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Copy Paste Input Fields |
ID | ehllbdckaikdgpjnjfniipgckcjaimli |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/copy-paste-input-fields/ehllbdckaikdgpjnjfniipgckcjaimli |
คำอธิบาย | This Chrome extension allows you to copy values of all input fields from one page and paste them to another page. |
ขนาดไฟล์ | 30.44 KB |
จำนวนการติดตั้ง | 106 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-08-07 |
วันที่เผยแพร่ | 2023-08-07 |
คะแนน | 3.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Muhammad Usman Abbasi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copy Paste Input Fields", "version": "1.0", "description": "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.", "permissions": [ "scripting", "activeTab", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |