Copy Dropdown Contents
Copy contents of a dropdown list easily with a right-click.
Wat is Copy Dropdown Contents?
Copy Dropdown Contents is een Chrome-extensie ontwikkeld door Ryan Chen, en de belangrijkste functie is "Copy contents of a dropdown list easily with a right-click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy Dropdown Contents
Download Copy Dropdown Contents-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension enables people to copy the contents of a dropdown menu (to be precise, an HTML `
Basisinformatie over de Extensie
Naam | Copy Dropdown Contents |
ID | apbkidnojikjkmpbjjlbjdekpigmeafg |
Officiële URL | https://chromewebstore.google.com/detail/copy-dropdown-contents/apbkidnojikjkmpbjjlbjdekpigmeafg |
Beschrijving | Copy contents of a dropdown list easily with a right-click. |
Bestandsgrootte | 6.92 KB |
Aantal Installaties | 1,643 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-02-24 |
Publicatiedatum | 2022-02-23 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Ryan Chen |
poultryleg392@gmail.com | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |