Copy Dropdown Contents
Copy contents of a dropdown list easily with a right-click.
What is Copy Dropdown Contents?
Copy Dropdown Contents is a Chrome extension developed by Ryan Chen, and its main feature is "Copy contents of a dropdown list easily with a right-click.".
Extension Screenshots
Download Copy Dropdown Contents Extension CRX File
Download Copy Dropdown Contents extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension enables people to copy the contents of a dropdown menu (to be precise, an HTML `
Extension Basic Information
Name | Copy Dropdown Contents |
ID | apbkidnojikjkmpbjjlbjdekpigmeafg |
Official URL | https://chromewebstore.google.com/detail/copy-dropdown-contents/apbkidnojikjkmpbjjlbjdekpigmeafg |
Description | Copy contents of a dropdown list easily with a right-click. |
File Size | 6.92 KB |
Installation Count | 1,643 |
Current Version | 1.0.0 |
Last Updated | 2022-02-24 |
Publish Date | 2022-02-23 |
Rating | 3.50/5 Total 2 Ratings |
Developer | Ryan Chen |
poultryleg392@gmail.com | |
Payment Type | free |
Supported Languages | 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": [ " |