Tabs 2 Text
Copies addresses from your tabs to one place!
什么是Tabs 2 Text?
Tabs 2 Text是由rkapadia开发的Chrome扩展程序,该扩展的主要功能是“Copies addresses from your tabs to one place!”。
扩展截图
下载Tabs 2 Text扩展crx文件
下载Tabs 2 Text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ever needed to copy URLs from several tabs? Now you can! This extension can copy the web addresses from all your tabs in a window, for easy sharing with your friends and family! It also allows for reopening several links into separate tabs. 扩展基本信息
| 名称 | |
| ID | ijennmbnpfcchnmhmmnoidafgaepdfkp |
| 官方URL | https://chromewebstore.google.com/detail/tabs-2-text/ijennmbnpfcchnmhmmnoidafgaepdfkp |
| 简介 | Copies addresses from your tabs to one place! |
| 文件大小 | 25.5 KB |
| 安装次数 | 274 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2014-01-09 |
| 上架时间 | 2014-01-08 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | rkapadia |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tabs 2 Text",
"short_name": "Tabs 2 Text",
"description": "Copies addresses from your tabs to one place!",
"version": "0.0.2",
"icons": {
"64": "icon.png",
"128": "icon-128.png",
"256": "Icon-256.png"
},
"permissions": [
"tabs"
],
"web_accessible_resources": [
"icon.png",
"main.html",
"tabs.js"
],
"browser_action": {
"default_title": "Tabs 2 Text",
"default_icon": "icon.png",
"default_popup": "main.html"
}
} | |