Copy Dropdown Contents
Copy contents of a dropdown list easily with a right-click.
Vad är Copy Dropdown Contents?
Copy Dropdown Contents är en Chrome-tillägg utvecklad av Ryan Chen, och dess huvudfunktion är "Copy contents of a dropdown list easily with a right-click.".
Tilläggsskärmbilder
Ladda ner Copy Dropdown Contents-förlängningens CRX-fil
Ladda ner Copy Dropdown Contents-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension enables people to copy the contents of a dropdown menu (to be precise, an HTML `
Grundläggande Information om Tillägg
Namn | Copy Dropdown Contents |
ID | apbkidnojikjkmpbjjlbjdekpigmeafg |
Officiell webbadress | https://chromewebstore.google.com/detail/copy-dropdown-contents/apbkidnojikjkmpbjjlbjdekpigmeafg |
Beskrivning | Copy contents of a dropdown list easily with a right-click. |
Filstorlek | 6.92 KB |
Antal Installationer | 1,643 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2022-02-24 |
Publiceringsdatum | 2022-02-23 |
Betyg | 3.50/5 Totalt 2 Betyg |
Utvecklare | Ryan Chen |
E-post | poultryleg392@gmail.com |
Betalningssätt | free |
Stödda Språk | 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": [ " |