Copy Dropdown Contents
Copy contents of a dropdown list easily with a right-click.
Hvad er Copy Dropdown Contents?
Copy Dropdown Contents er en Chrome-udvidelse udviklet af Ryan Chen, og dens hovedfunktion er "Copy contents of a dropdown list easily with a right-click.".
Udvidelsesskærmbilleder
Download Copy Dropdown Contents-udvidelses-CRX-fil
Download Copy Dropdown Contents-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension enables people to copy the contents of a dropdown menu (to be precise, an HTML `
Grundlæggende oplysninger om udvidelsen
Navn | Copy Dropdown Contents |
ID | apbkidnojikjkmpbjjlbjdekpigmeafg |
Officiel URL | https://chromewebstore.google.com/detail/copy-dropdown-contents/apbkidnojikjkmpbjjlbjdekpigmeafg |
Beskrivelse | Copy contents of a dropdown list easily with a right-click. |
Filstørrelse | 6.92 KB |
Antal Installationer | 1,643 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2022-02-24 |
Udgivelsesdato | 2022-02-23 |
Bedømmelse | 3.50/5 Samlet 2 Bedømmelser |
Udvikler | Ryan Chen |
poultryleg392@gmail.com | |
Betalingsmetode | free |
Understøttede Sprog | 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": [ " |