Copy Dropdown Contents
Copy contents of a dropdown list easily with a right-click.
Qu'est-ce que Copy Dropdown Contents ?
Copy Dropdown Contents est une extension Chrome développée par Ryan Chen, et sa fonction principale est "Copy contents of a dropdown list easily with a right-click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy Dropdown Contents
Téléchargez les fichiers d'extension Copy Dropdown Contents 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
This extension enables people to copy the contents of a dropdown menu (to be precise, an HTML `
Informations de Base sur l'Extension
Nom | Copy Dropdown Contents |
ID | apbkidnojikjkmpbjjlbjdekpigmeafg |
URL Officiel | https://chromewebstore.google.com/detail/copy-dropdown-contents/apbkidnojikjkmpbjjlbjdekpigmeafg |
Description | Copy contents of a dropdown list easily with a right-click. |
Taille du Fichier | 6.92 KB |
Nombre d'Installations | 1,643 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-02-24 |
Date de Publication | 2022-02-23 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | Ryan Chen |
poultryleg392@gmail.com | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copy Dropdown Contents", "version": "1.0.0", "description": "Copy contents of a dropdown list easily with a right-click.", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "author": "Ryan Chen", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |