Copy paste value
Copy and paste to the value property of the target element
Apa itu Copy paste value?
Copy paste value adalah ekstensi Chrome yang dikembangkan oleh kyo.ago, dan fitur utamanya adalah "Copy and paste to the value property of the target element".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Copy paste value
Unduh file ekstensi Copy paste value 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 paste value" is an extension that copies and pastes the ".value" property of the target element to the clipboard. You can use it instead of running commands like "copy ($ 0.value)" or "$ 0.value =` text` "in the DevTools console. # Features * You can also set a value for an input form that blocks the onPaste event. * You can copy the value of select box or radio button. * You can copy the auto-completed password. * Since the UI is added only to the context menu, it does not interfere with normal operations. see https://github.com/kyo-ago/copy-paste-value
Informasi Dasar Ekstensi
Nama | Copy paste value |
ID | kogiihgafgnkigljopjggoldbmbcnnee |
URL Resmi | https://chromewebstore.google.com/detail/copy-paste-value/kogiihgafgnkigljopjggoldbmbcnnee |
Deskripsi | Copy and paste to the value property of the target element |
Ukuran File | 10.97 KB |
Jumlah Instalasi | 159 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2023-08-20 |
Tanggal Publikasi | 2021-01-05 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | kyo.ago |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/kyo-ago/copy-paste-value |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy paste value", "description": "Copy and paste to the value property of the target element", "version": "0.0.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |