Copy Dropdown Contents
Copy contents of a dropdown list easily with a right-click.
什么是Copy Dropdown Contents?
Copy Dropdown Contents是由Ryan Chen开发的Chrome扩展程序,该扩展的主要功能是“Copy contents of a dropdown list easily with a right-click.”。
扩展截图
下载Copy Dropdown Contents扩展crx文件
下载Copy Dropdown Contents扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension enables people to copy the contents of a dropdown menu (to be precise, an HTML `
扩展基本信息
名称 | Copy Dropdown Contents |
ID | apbkidnojikjkmpbjjlbjdekpigmeafg |
官方URL | https://chromewebstore.google.com/detail/copy-dropdown-contents/apbkidnojikjkmpbjjlbjdekpigmeafg |
简介 | Copy contents of a dropdown list easily with a right-click. |
文件大小 | 6.92 KB |
安装次数 | 1,643 |
当前版本 | 1.0.0 |
更新时间 | 2022-02-24 |
上架时间 | 2022-02-23 |
评分 | 3.50/5 共2次评分 |
开发者 | Ryan Chen |
电子邮箱 | poultryleg392@gmail.com |
付费类型 | free |
支持的语言 | 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": [ " |