Export Tabs as Text File
Chrome Tabs extension saves active tab URLs with a single click. Export them as a text file to your computer.
什么是Export Tabs as Text File?
Export Tabs as Text File是由bethesk开发的Chrome扩展程序,该扩展的主要功能是“Chrome Tabs extension saves active tab URLs with a single click. Export them as a text file to your computer.”。
扩展截图
下载Export Tabs as Text File扩展crx文件
下载Export Tabs as Text File扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The "Export Tabs as Text File" Chrome extension allows you to quickly and easily save a list of URLs for all the active tabs in your current Chrome window. With just a single click, the extension will gather the URLs of all your active tabs and export them as a text file that you can save to your computer. To use the extension, simply click on the "Export Tabs as Text File" button in the popup window that appears when you click on the extension icon. The extension will then generate a text file containing the URLs of all your active tabs, which you can save to your computer by specifying a filename and a location. This extension is useful for people who often work with multiple tabs open at the same time and need a quick and easy way to save a list of URLs for later reference. ☕BUY ME A COFFEE If you enjoy this extension, please consider buying me a coffee. Thanks! https://www.buymeacoffee.com/bethesk
扩展基本信息
名称 | Export Tabs as Text File |
ID | odclbaijmmabcgcdaipkpkcmfkfifgea |
官方URL | https://chromewebstore.google.com/detail/export-tabs-as-text-file/odclbaijmmabcgcdaipkpkcmfkfifgea |
简介 | Chrome Tabs extension saves active tab URLs with a single click. Export them as a text file to your computer. |
文件大小 | 78.65 KB |
安装次数 | 4,000 |
当前版本 | 1.0.1 |
更新时间 | 2024-01-10 |
上架时间 | 2023-04-11 |
评分 | 5.00/5 共6次评分 |
开发者 | bethesk |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Export Tabs as Text File", "version": "1.0.1", "description": "Chrome Tabs extension saves active tab URLs with a single click. Export them as a text file to your computer.", "icons": { "16": "OIG.png", "32": "OIG.png", "48": "OIG.png", "128": "OIG.png" }, "permissions": [ "tabs", "downloads" ], "action": { "default_icon": { "16": "OIG.png", "32": "OIG.png", "48": "OIG.png", "128": "OIG.png" }, "default_popup": "popup.html" } } |