Active Tab Exporter for Chrome
Export currently open Chrome tab URLs to the clipboard or download the list as a file.
什么是Active Tab Exporter for Chrome?
Active Tab Exporter for Chrome是由https://mnmapplications.com开发的Chrome扩展程序,该扩展的主要功能是“Export currently open Chrome tab URLs to the clipboard or download the list as a file.”。
扩展截图
下载Active Tab Exporter for Chrome扩展crx文件
下载Active Tab Exporter for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Active Tab Exporter for Chrome gives you the ability to quickly export all of your open Chrome tab URLs to clipboard or to a file. This saves you all the effort of having to go through each tab you have open and click into the URL bar, copy the URL, and finally paste it wherever you need it to go. With this extension, you can do everything with a single button click. ======================================== MAIN FEATURES ======================================== • Option to include all open Chrome windows or just the tabs in the currently active window • Option to sort the output (enabled by default) • Copy the list of URLs to your clipboard with 1 button • Export the list of URLs to a file (TXT, CSV, JSON). ======================================== URL LIST EXPORT OPTIONS ======================================== • Copy to Clipboard • TXT • CSV • JSON ======================================== SECURITY / PERMISSIONS ======================================== * This extension requests the 'tabs' permission - which it needs in order to fetch all of your open tab URLs so it can export them to you.
扩展基本信息
名称 | Active Tab Exporter for Chrome |
ID | klffcomidfmikbjjkhfclfiegclldnhb |
官方URL | https://chromewebstore.google.com/detail/active-tab-exporter-for-c/klffcomidfmikbjjkhfclfiegclldnhb |
简介 | Export currently open Chrome tab URLs to the clipboard or download the list as a file. |
文件大小 | 4.6 MB |
安装次数 | 1,899 |
当前版本 | 1.02 |
更新时间 | 2023-11-21 |
上架时间 | 2020-07-04 |
评分 | 3.67/5 共3次评分 |
开发者 | https://mnmapplications.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://mnmapplications.com/chrome-extensions/ |
帮助页面URL | https://mnmapplications.com/contact/ |
隐私政策页面URL | https://mnmapplications.com/privacy-policy-active-tab-exporter-for-chrome |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Active Tab Exporter for Chrome", "version": "1.02", "description": "Export currently open Chrome tab URLs to the clipboard or download the list as a file.", "manifest_version": 3, "icons": { "16": "assets\/images\/icon-16.png", "48": "assets\/images\/icon-48.png", "128": "assets\/images\/icon-128.png" }, "action": { "default_icon": { "16": "assets\/images\/icon-16.png", "48": "assets\/images\/icon-48.png", "128": "assets\/images\/icon-128.png" }, "default_popup": "index.html" }, "permissions": [ "tabs" ] } |