Tab Collector
Save current tabs
什么是Tab Collector?
Tab Collector是由Daniel McSheehy开发的Chrome扩展程序,该扩展的主要功能是“Save current tabs”。
扩展截图
下载Tab Collector扩展crx文件
下载Tab Collector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tab Collector saves open tabs and information on current window, which can easily be accessed later. This will free up memory and ram, and speed up your computer. Saved tabs are stored on your chrome account so they can opened on any/all computers you are logged into. Tab Collector also has night mode support. To collect opened tabs, click on the purple icon on your upper right screen, and on the drop-down menu hit "Save". It will display when you have saved the data, and it can also show each link. By clicking on the save file it will open a new window with all the tabs that were saved. The button night mode will make the current page dark, and will make text at night easier to read. To return the page to normal refresh the page.
扩展基本信息
名称 | Tab Collector |
ID | emohfffgmfmhabjcidjoehjplgjnjoif |
官方URL | https://chromewebstore.google.com/detail/tab-collector/emohfffgmfmhabjcidjoehjplgjnjoif |
简介 | Save current tabs |
文件大小 | 26.75 KB |
安装次数 | 102 |
当前版本 | 1.0 |
更新时间 | 2016-12-17 |
上架时间 | 2016-12-17 |
开发者 | Daniel McSheehy |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Collector", "description": "Save current tabs", "version": "1.0", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Collect Tabs.", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |