Tab Focused
Stashes all tabs in currently opened window to a named clipboard.
什么是Tab Focused?
Tab Focused是由https://metacode.biz开发的Chrome扩展程序,该扩展的主要功能是“Stashes all tabs in currently opened window to a named clipboard.”。
扩展截图
下载Tab Focused扩展crx文件
下载Tab Focused扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tab Focused helps you control myriad of opened browser tabs by hiding those that are unnecessary at the moment. Click on the tab icon on the toolbar and type a name for your clipboard under which tabs are to be saved. When you click "Stash bookmarks" the current window will be closed and all tabs will be transferred to the stash. When you open a new Chrome window and click on the tab icon again you will see the stash that you have just created. When you click on it all the tabs from the stash will be opened in a new window. Send suggestions and bug reports to [email protected]
扩展基本信息
名称 | Tab Focused |
ID | mhdljapdjjfoeafbcldiajggppjomeno |
官方URL | https://chromewebstore.google.com/detail/tab-focused/mhdljapdjjfoeafbcldiajggppjomeno |
简介 | Stashes all tabs in currently opened window to a named clipboard. |
文件大小 | 14.09 KB |
安装次数 | 175 |
当前版本 | 1.1 |
更新时间 | 2013-10-14 |
上架时间 | 2013-10-14 |
评分 | 5.00/5 共2次评分 |
开发者 | https://metacode.biz |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://metacode.biz/privacy/policy |
支持的语言 | en,pl |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Focused", "default_locale": "en", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon20.png" }, "description": "__MSG_appDesc__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs" ], "version": "1.1" } |