tabs2txt
Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.
什么是tabs2txt?
tabs2txt是由zvxr.tech开发的Chrome扩展程序,该扩展的主要功能是“Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.”。
扩展截图
下载tabs2txt扩展crx文件
下载tabs2txt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This add-on provides a button to copy the URL strings of all active tabs in a window to a scratchpad, delimit them with newlines, and provides the ability to copy the list to clipboard. The scratchpad contents can be edited in-place and another button allows for the URLs in the scratchpad to be re-opened in new tabs.
扩展基本信息
名称 | tabs2txt |
ID | jaobckfgmoejmffgmlllfohadijkicgf |
官方URL | https://chromewebstore.google.com/detail/tabs2txt/jaobckfgmoejmffgmlllfohadijkicgf |
简介 | Generate a newline-delimited block of text composed of the URLs of all tabs in the current window. |
文件大小 | 8.48 KB |
安装次数 | 491 |
当前版本 | 1.1 |
更新时间 | 2017-04-26 |
上架时间 | 2017-04-26 |
评分 | 5.00/5 共3次评分 |
开发者 | zvxr.tech |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://zvxr.net/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.1", "default_locale": "en", "permissions": [ "tabs" ], "browser_action": { "default_icon": { "32": "icons\/page-32.png" }, "default_title": "__MSG_popupTitle__", "default_popup": "popup\/popup.html" }, "icons": { "16": "icons\/page-16.png", "32": "icons\/page-32.png", "48": "icons\/page-48.png" } } |