Copy Dropdown Contents
Copy contents of a dropdown list easily with a right-click.
Was ist Copy Dropdown Contents?
Copy Dropdown Contents ist eine Chrome-Erweiterung, die von Ryan Chen entwickelt wurde, und ihr Hauptmerkmal ist "Copy contents of a dropdown list easily with a right-click.".
Erweiterungsscreenshots
Copy Dropdown Contents-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy Dropdown Contents-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension enables people to copy the contents of a dropdown menu (to be precise, an HTML `
Grundlegende Informationen zur Erweiterung
Name | Copy Dropdown Contents |
ID | apbkidnojikjkmpbjjlbjdekpigmeafg |
Offizielle URL | https://chromewebstore.google.com/detail/copy-dropdown-contents/apbkidnojikjkmpbjjlbjdekpigmeafg |
Beschreibung | Copy contents of a dropdown list easily with a right-click. |
Dateigröße | 6.92 KB |
Installationsanzahl | 1,643 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-02-24 |
Veröffentlichungsdatum | 2022-02-23 |
Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
Entwickler | Ryan Chen |
poultryleg392@gmail.com | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ " |