Tab List
Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
什么是Tab List?
Tab List是由0xfd000000开发的Chrome扩展程序,该扩展的主要功能是“Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.”。
扩展截图
下载Tab List扩展crx文件
下载Tab List扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a simple chrome extension that I created because I often end up with dozens of open tabs that I want to read later / keep for later reference. The extension shows a list of all open tabs in the current window and allows the user to download an .html with links to all URLs. The .html has the favicons of the tabs embedded as a data-url so no network connection is needed for still being somewhat pleasing to the eye.
扩展基本信息
名称 | Tab List |
ID | enmppcfapkhgooajfhhemehedijggnnh |
官方URL | https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh |
简介 | Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking. |
文件大小 | 36.36 KB |
安装次数 | 24 |
当前版本 | 1.0.0.1 |
更新时间 | 2018-04-08 |
上架时间 | 2018-04-08 |
评分 | 5.00/5 共1次评分 |
开发者 | 0xfd000000 |
付费类型 | free |
扩展官网 | https://github.com/0xfd000000/tablist |
帮助页面URL | https://github.com/0xfd000000/tablist/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab List", "version": "1.0.0.1", "description": "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.", "permissions": [ "tabs", "chrome:\/\/favicon\/*", "downloads" ], "browser_action": { "default_title": "Tabbidy tab-tab", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |