Tab Copy/Paste
Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.
什么是Tab Copy/Paste?
Tab Copy/Paste是由Alexander开发的Chrome扩展程序,该扩展的主要功能是“Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.”。
扩展截图
下载Tab Copy/Paste扩展crx文件
下载Tab Copy/Paste扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | nbfccmdfpollpgjnbghmnkmgimliookh |
| 官方URL | https://chromewebstore.google.com/detail/tab-copypaste/nbfccmdfpollpgjnbghmnkmgimliookh |
| 简介 | Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard. |
| 文件大小 | 11.93 KB |
| 安装次数 | 10,000 |
| 当前版本 | 1.2 |
| 更新时间 | 2015-02-21 |
| 上架时间 | 2015-02-21 |
| 评分 | 4.64/5 共11次评分 |
| 开发者 | Alexander |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "icon19.png",
"default_popup": "popup.html"
},
"description": "Copies tab URLs of all tabs to clipboard, and opens new tabs with URLs from clipboard.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"name": "Tab Copy\/Paste",
"permissions": [
"clipboardRead",
"clipboardWrite",
"tabs"
],
"short_name": "Tab Copy\/Paste",
"version": "1.2"
} | |