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 |
官方網址 | 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" } |