Copy paste value
Copy and paste to the value property of the target element
Qu'est-ce que Copy paste value ?
Copy paste value est une extension Chrome développée par kyo.ago, et sa fonction principale est "Copy and paste to the value property of the target element".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy paste value
Téléchargez les fichiers d'extension Copy paste value au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
"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
Informations de Base sur l'Extension
Nom | Copy paste value |
ID | kogiihgafgnkigljopjggoldbmbcnnee |
URL Officiel | https://chromewebstore.google.com/detail/copy-paste-value/kogiihgafgnkigljopjggoldbmbcnnee |
Description | Copy and paste to the value property of the target element |
Taille du Fichier | 10.97 KB |
Nombre d'Installations | 159 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2023-08-20 |
Date de Publication | 2021-01-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | kyo.ago |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/kyo-ago/copy-paste-value |
Langues Prises en Charge | 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": [ " |