tab2text

Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.

什么是tab2text?

tab2text是由mikhuang开发的Chrome扩展程序,该扩展的主要功能是“Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.”。

扩展截图

screenshot

下载tab2text扩展crx文件

下载tab2text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Want to edit your currently opened tabs as plaintext? Now you can.

Usage ideas:

- Take existing list of tabs, copy it into your text editor, futz with it, then back into the browser
- Generate a list of URLs with text editor, application, whatever. Paste it in, open everything at once
- Sharing your currently opened tabs quickly in whatever application
- ???

Pro tip:

Add a keyboard shortcut to open the window quickly! Go to:

More Tools > Extensions > Keyboard Shortcuts (all the way on the bottom), and add something like Command+Ctrl+T                    

扩展基本信息

名称 tab2text tab2text
ID pkbpfddfoepjgmfmlafmdmhpiclhngih
官方URL https://chromewebstore.google.com/detail/tab2text/pkbpfddfoepjgmfmlafmdmhpiclhngih
简介 Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.
文件大小 28.92 KB
安装次数 108
当前版本 1.0.1
更新时间 2016-12-16
上架时间 2016-12-16
评分 5.00/5 共1次评分
开发者 mikhuang
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "tab2text",
    "description": "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}