Export Tabs URLs
Save a list of all open tabs into a text file.
什么是Export Tabs URLs?
Export Tabs URLs是由skend开发的Chrome扩展程序,该扩展的主要功能是“Save a list of all open tabs into a text file.”。
扩展截图
下载Export Tabs URLs扩展crx文件
下载Export Tabs URLs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
List the URLs of all the open tabs and copy that list to clipboard or export it to a file.
Features:
- include titles
- custom format (e.g. markdown, html…)
- filter tabs
- limit to current window
- list non-HTTP(s) URLs
- ignore pinned tabs 扩展基本信息
| 名称 | |
| ID | jfcmbgcnangoalgpopaakignejjfpcmo |
| 官方URL | https://chromewebstore.google.com/detail/export-tabs-urls/jfcmbgcnangoalgpopaakignejjfpcmo |
| 简介 | Save a list of all open tabs into a text file. |
| 文件大小 | 65.67 KB |
| 安装次数 | 3,602 |
| 当前版本 | 0.2.13 |
| 更新时间 | 2021-09-25 |
| 上架时间 | 2021-09-25 |
| 评分 | 5.00/5 共9次评分 |
| 开发者 | skend |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/skend/export-tabs-urls |
| 帮助页面URL | https://github.com/skend/export-tabs-urls |
| 支持的语言 | de,en-US,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "0.2.13",
"default_locale": "en_US",
"icons": {
"16": "img\/16x16.png",
"32": "img\/32x32.png",
"64": "img\/64x64.png",
"128": "img\/128x128.png"
},
"browser_action": {
"browser_style": true,
"default_icon": "img\/128x128.png",
"default_title": "__MSG_appButtonDesc__",
"default_popup": "popup\/popup.html"
},
"options_ui": {
"page": "options\/options.html",
"browser_style": true
},
"permissions": [
"clipboardWrite",
"notifications",
"storage",
"tabs"
]
} | |