Copy & Paste Tabs
With One Button Click. Copy all URLs from the current window tabs. And Paste to open a list of URLs in the browser.
什么是Copy & Paste Tabs?
Copy & Paste Tabs是由Aradous.Dev开发的Chrome扩展程序,该扩展的主要功能是“With One Button Click. Copy all URLs from the current window tabs. And Paste to open a list of URLs in the browser.”。
扩展截图
下载Copy & Paste Tabs扩展crx文件
下载Copy & Paste Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple UI with big buttons for ease of use. And an option page to make some changes to the extension behavior.
Features:
● Copy in two forms. URLs only or URLs with titles.
● Two Paste modes. Smart mode that extract URLs from text. And Simple Mode that take every line as one URLs without validation.
Note: Smart mode only detects URLs that start with https, http, ftp, mailto, file, chrome or ssh. 扩展基本信息
| 名称 | |
| ID | icoajbmljoeejfbgeokibaohlijmbcbo |
| 官方URL | https://chromewebstore.google.com/detail/copy-paste-tabs/icoajbmljoeejfbgeokibaohlijmbcbo |
| 简介 | With One Button Click. Copy all URLs from the current window tabs. And Paste to open a list of URLs in the browser. |
| 文件大小 | 25.27 KB |
| 安装次数 | 104 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2022-06-28 |
| 上架时间 | 2022-06-21 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Aradous.Dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copy & Paste Tabs",
"description": "With One Button Click. Copy all URLs from the current window tabs. And Paste to open a list of URLs in the browser.",
"version": "1.0.1",
"manifest_version": 3,
"permissions": [
"tabs",
"clipboardRead",
"clipboardWrite",
"storage"
],
"icons": {
"16": "\/images\/CopyLink_16.png",
"32": "\/images\/CopyLink_32.png",
"48": "\/images\/CopyLink_48.png",
"128": "\/images\/CopyLink_128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/CopyLink_16.png",
"32": "\/images\/CopyLink_32.png",
"48": "\/images\/CopyLink_48.png",
"128": "\/images\/CopyLink_128.png"
}
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
} | |